mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-23 03:08:08 +00:00
Set wasm-opt = false
This commit is contained in:
parent
488563e9c1
commit
ba6d322da7
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ version = "0.7.2"
|
|||
authors = ["Plume contributors"]
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
wasm-opt = false
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue