property WASI.prototype.wasiImport
Usage in Deno
```typescript import { WASI } from "node:node__wasi.d.ts"; ````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`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance).
Dict<any>