Commit 1c8b687f authored by chechunchi's avatar chechunchi

fix mycard deploy

parent 00261951
...@@ -83,7 +83,7 @@ const WaitRoom = () => { ...@@ -83,7 +83,7 @@ const WaitRoom = () => {
await initStrings(); await initStrings();
// 初始化wasm // 初始化wasm
await rustInit(); await rustInit(new URL("rust_src_bg.wasm", import.meta.url));
}; };
init(); init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment