Function runWasix

  • Run a WASIX program.

    WASI Compatibility

    The WASIX standard is a superset of WASI preview 1, so programs compiled to WASI will run without any problems.

    WASI Preview 2 is a backwards incompatible rewrite of WASI to use the experimental Component Model Proposal. That means programs compiled for WASI Preview 2 will fail to load.

    Parameters

    • wasm_module: Uint8Array | Module
    • config: RunOptions

    Returns Promise<Instance>

Generated using TypeDoc