Commit 7b46d5c0 authored by Chunchi Che's avatar Chunchi Che

update

parent d4ba3c47
...@@ -41,7 +41,8 @@ const NeosDuel = () => { ...@@ -41,7 +41,8 @@ const NeosDuel = () => {
useEffect(() => { useEffect(() => {
const init = async () => { const init = async () => {
await initStrings(); await initStrings();
await rustInit("/assets/rust_src_bg.wasm"); const wasm = await rustInit();
console.log(wasm);
}; };
if (initialRender.current) { if (initialRender.current) {
......
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