This commit is contained in:
Simon Gardling 2022-02-24 08:52:24 -05:00
parent 209eb16aa7
commit b46cb5e83f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
crate-type=["cdylib"]
[profile.release]
debug = 0
debug = false
codegen-units = 1
opt-level = "z" #optimize for size
lto = true
@ -25,4 +25,4 @@ console_error_panic_hook = "0.1.7"
tracing-wasm = "0.2.1"
wee_alloc = "0.4.5"
web-sys = { version = "0.3.56", features = ["HtmlCanvasElement"] }
wasm-bindgen = "0.2.79"
wasm-bindgen = "0.2.79"

0
build.sh Normal file → Executable file
View File