瀏覽代碼

Merge pull request #36 from mrxiaozhuox/master

Fixed `dioxus.toml`
Jon Kelley 3 年之前
父節點
當前提交
69c3e3a76c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 }