Selaa lähdekoodia

Fixed `dioxus.toml`

YuKun Liu 3 vuotta sitten
vanhempi
commit
2c9f5f1957
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 # use binaryen.wasm-opt for output Wasm file
 # binaryen just will trigger in `web` platform
 # binaryen just will trigger in `web` platform
-binaryen = { wasm_opt = [".PROJECT_OUT"] }
+binaryen = { wasm_opt = true }