fix: import needs to be relative, not hash
This commit is contained in:
parent
b613805237
commit
a9e94ba896
|
@ -1,6 +1,6 @@
|
|||
// @ts-ignore
|
||||
import baoWasm from "./wasm/bao.wasm";
|
||||
import Go from "#go_wasm.js";
|
||||
import Go from "./go_wasm.js";
|
||||
|
||||
export async function getVerifiableStream(
|
||||
root: Uint8Array,
|
||||
|
|
Loading…
Reference in New Issue