Commit ed0097f1 authored by chechunchi's avatar chechunchi

remove unused log

parent c26798fa
...@@ -83,11 +83,9 @@ const WaitRoom = () => { ...@@ -83,11 +83,9 @@ const WaitRoom = () => {
await initStrings(); await initStrings();
// 初始化wasm // 初始化wasm
const originUrl = `${import.meta.env.BASE_URL}assets/`; await rustInit(
const url = new URL("rust_src_bg.wasm", originUrl); new URL("rust_src_bg.wasm", `${import.meta.env.BASE_URL}assets/`)
console.log(originUrl); );
console.log(url);
await rustInit(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