WASM utilities.
Converts a string constant to wasm.
The string to convert.
Whether to strip comments. This is optional and set to false
by default.
Executes a WASM binary.
The path of the WebAssembly file to load.
Whether to suppress errors. This is optional and set to false
by default.
Loads a wasm file locally.
The path of the WebAssembly file to load.
Whether to expose standard Windows 96 API imports for WASM. This is optional and set to true
by default.
Generated using TypeDoc
WASM API.