property WASI.prototype.wasiImport
Usage in Deno
import { WASI } from "node:wasi";
wasiImport
is an object that implements the WASI system call API. This object
should be passed as the wasi_snapshot_preview1
import during the instantiation
of a WebAssembly.Instance
.
Dict<any>