fix: import needs to be relative, not hash

This commit is contained in:
Derrick Hammer 2023-06-23 20:43:51 -04:00
parent b613805237
commit a9e94ba896
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// @ts-ignore // @ts-ignore
import baoWasm from "./wasm/bao.wasm"; import baoWasm from "./wasm/bao.wasm";
import Go from "#go_wasm.js"; import Go from "./go_wasm.js";
export async function getVerifiableStream( export async function getVerifiableStream(
root: Uint8Array, root: Uint8Array,