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 5c24913 commit db2f5a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WebAssembly.compileStreaming(source, compileOptions)
- `compileOptions` {{optional_inline}}
- : An object containing compilation options. Properties can include:
- `builtins` {{optional_inline}}
- : An array of strings that enables the usage of [WebAssembly JavaScript builtins](/en-US/docs/WebAssembly/JavaScript_builtins) in the compiled wasm module. The strings define the builtins you want to enable. Currently the only available value is `"js-string"`, which enables JavaScript string builtins.
- : An array of strings that enables the usage of [WebAssembly JavaScript builtins](/en-US/docs/WebAssembly/JavaScript_builtins) in the compiled Wasm module. The strings define the builtins you want to enable. Currently the only available value is `"js-string"`, which enables JavaScript string builtins.
- `importedStringConstants` {{optional_inline}}
- : A string specifying a namespace for imported global string constants. This property needs to be specified if you wish to use imported global string constants in the wasm module.

Expand Down

0 comments on commit db2f5a7

Please sign in to comment.