Commit 2e2feb20 authored by Chunchi Che's avatar Chunchi Che

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

This reverts merge request !136
parent 939d8d4f
......@@ -83,7 +83,7 @@ const WaitRoom = () => {
await initStrings();
// 初始化wasm
await rustInit(new URL("rust_src_bg.wasm", import.meta.url));
await rustInit();
};
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