Skip to content

Commit

Permalink
Update files/en-us/webassembly/javascript_interface/module/module/ind…
Browse files Browse the repository at this point in the history
…ex.md

Co-authored-by: Thomas Steiner <[email protected]>
  • Loading branch information
chrisdavidmills and tomayac authored Dec 16, 2024
1 parent b870310 commit 609d996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ new WebAssembly.Module(bufferSource, compileOptions)
- `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.
- `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.
- : 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.

#### Exceptions

Expand Down

0 comments on commit 609d996

Please sign in to comment.