Interface: WasmModule
June 12, 2024 ยท View on GitHub
@sdeverywhere/runtime / WasmModule
Interface: WasmModule
Type declaration for a WebAssembly module wrapper produced by the Emscripten compiler. This only declares the minimal set of fields needed by the SDEverywhere runtime.
Properties
kind
Readonly kind: "wasm"
outputVarIds
Readonly outputVarIds: string[]
modelListing
Optional Readonly modelListing: any