chore: remove unneeded patch
This commit is contained in:
parent
9201763ef6
commit
7b43129169
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/node_modules/@lumeweb/libportal/lib/wasm.mjs b/node_modules/@lumeweb/libportal/lib/wasm.mjs
|
|
||||||
index 32726cf..6fdc525 100644
|
|
||||||
--- a/node_modules/@lumeweb/libportal/lib/wasm.mjs
|
|
||||||
+++ b/node_modules/@lumeweb/libportal/lib/wasm.mjs
|
|
||||||
@@ -6,7 +6,7 @@ export default async function (imports) {
|
|
||||||
const wasm = await fs.readFile(wasmPath);
|
|
||||||
return (await WebAssembly.instantiate(wasm, imports)).instance;
|
|
||||||
}
|
|
||||||
- let wasm = await import("./wasm/bao.wasm");
|
|
||||||
+ let wasm = await import("./wasm/bao.wasm?init");
|
|
||||||
wasm = wasm.default || wasm;
|
|
||||||
return (await wasm(imports)).instance;
|
|
||||||
}
|
|
Loading…
Reference in New Issue