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

Contents

  1. 1Properties
  2. 1.1kind
  3. 1.2outputVarIds
  4. 1.3modelListing