Whether or not cross-origin checks are enforced for outgoing HTTP requests on this platform.
Whether or not the EXTISM_ENABLE_WASI_OUTPUT
environment variable has been set.
This value is consulted whenever ExtismPluginOptions#enableWasiOutput is omitted.
Whether or not the host environment has access to a filesystem.
Whether or not the host environment supports moving Wasm plugin workloads to a worker. This requires
SharedArrayBuffer support, which requires window.crossOriginIsolated
to be true in browsers.
Whether or not ManifestWasm items support the "path:" key.
Whether or not the environment supports JSPI.
If supported, host functions may be asynchronous without running the plugin with runInWorker: true
.
Whether or not the host environment supports timeouts.
worker.terminate()
.)Whether or not the host environment supports WASI preview 1.
WASI
and WASI Preview 1
node:wasi
)deno.land/std/wasi/snapshot_preview1
)@bjorn3/browser_wasi_shim
)@bjorn3/browser_wasi_shim
)@bjorn3/browser_wasi_shim
)Generated using TypeDoc
Whether or not the environment allows SharedArrayBuffers to be passed to
TextDecoder.decode
andTextEncoder.encodeInto
directly