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
Pipeline #20726 passed with stages
in 12 minutes and 51 seconds
...@@ -83,7 +83,7 @@ const WaitRoom = () => { ...@@ -83,7 +83,7 @@ const WaitRoom = () => {
await initStrings(); await initStrings();
// 初始化wasm // 初始化wasm
await rustInit(new URL("rust_src_bg.wasm", import.meta.url)); await rustInit();
}; };
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