Fixed dioxus.toml

This commit is contained in:
YuKun Liu 2022-04-29 12:59:15 +08:00
parent 0582d522b2
commit 2c9f5f1957

View file

@ -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 }