| Did you know ... | Search Documentation: |
| library(wasm) |
| :=/2 | Call a JavaScript function expressed by Call. |
| await/2 | Call asynchronous behavior. |
| fetch/3 | Fetch the content from URL asynchronously. |
| is_async/0 | True when we can call await/2. |
| is_object/1 | Test whether a Prolog term is a JavaScript object. |
| is_object/2 | Test whether a Prolog term is a JavaScript object. |
| js_script/2 | Evaluate String as JavaScript, for example for defining a function. |
| must_be_async/1 | True when the engine is in async state (see is_async/0). |
| sleep/1 | Sleep by yielding when possible. |