We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bdc62 commit 2d48fbaCopy full SHA for 2d48fba
1 file changed
napi/wasi-worker-browser.mjs
@@ -8,6 +8,8 @@ import { memfsExported as __memfsExported } from "@napi-rs/wasm-runtime/fs";
8
9
const fs = createFsProxy(__memfsExported);
10
11
+const errorOutputs = [];
12
+
13
const handler = new MessageHandler({
14
onLoad({ wasmModule, wasmMemory }) {
15
const wasi = new WASI({
0 commit comments