wasi.wasiImport
wasiImport
是实现 WASI 系统调用 API 的对象。
此对象应在 WebAssembly.Instance
实例化期间作为 wasi_snapshot_preview1
导入传入。
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
.