Ver Fonte

Merge pull request #36 from mrxiaozhuox/master

Fixed `dioxus.toml`
Jon Kelley há 3 anos atrás
pai
commit
69c3e3a76c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/assets/dioxus.toml

+ 1 - 1
src/assets/dioxus.toml

@@ -42,4 +42,4 @@ script = []
 
 # use binaryen.wasm-opt for output Wasm file
 # binaryen just will trigger in `web` platform
-binaryen = { wasm_opt = [".PROJECT_OUT"] }
+binaryen = { wasm_opt = true }