Commit 939d8d4f authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/path/wasm' into 'main'

fix mycard deploy

See merge request !136
parents 00261951 1c8b687f
Pipeline #20721 passed with stages
in 18 minutes and 8 seconds
......@@ -83,7 +83,7 @@ const WaitRoom = () => {
await initStrings();
// 初始化wasm
await rustInit();
await rustInit(new URL("rust_src_bg.wasm", import.meta.url));
};
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