소스 검색

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 }