Skip to content

Commit

Permalink
Update files/en-us/webassembly/javascript_interface/compilestreaming_…
Browse files Browse the repository at this point in the history
…static/index.md

Co-authored-by: Thomas Steiner <[email protected]>
  • Loading branch information
chrisdavidmills and tomayac authored Dec 16, 2024
1 parent 57c4392 commit c25e23f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The resulting module instance is then instantiated using

### Enabling WebAssembly JavaScript builtins

This example enables JavaScript string builtins and imported global string constants when compiling the wasm module, before instantiating it and running the exported `main()` function (which logs `"hello world!"` to the console). [See it running live](https://mdn.github.io/webassembly-examples/js-builtin-examples/compile-streaming/).
This example enables JavaScript string builtins and imported global string constants when compiling the Wasm module, before instantiating it and running the exported `main()` function (which logs `"hello world!"` to the console). [See it running live](https://mdn.github.io/webassembly-examples/js-builtin-examples/compile-streaming/).

```js
const importObject = {
Expand Down

0 comments on commit c25e23f

Please sign in to comment.