Skip to content

Commit 2d48fba

Browse files
committed
fix: wasm
1 parent 65bdc62 commit 2d48fba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

napi/wasi-worker-browser.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { memfsExported as __memfsExported } from "@napi-rs/wasm-runtime/fs";
88

99
const fs = createFsProxy(__memfsExported);
1010

11+
const errorOutputs = [];
12+
1113
const handler = new MessageHandler({
1214
onLoad({ wasmModule, wasmMemory }) {
1315
const wasi = new WASI({

0 commit comments

Comments
 (0)