Fix compile
This commit is contained in:
parent
077ba9416a
commit
98dc11896e
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ lto = true
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
strip="symbols"
|
strip="symbols"
|
||||||
|
|
||||||
|
[package.metadata.wasm-pack.profile.release]
|
||||||
|
wasm-opt = ['-O4', '--enable-bulk-memory']
|
||||||
|
|
||||||
[lints.rust]
|
[lints.rust]
|
||||||
unsafe_code = "forbid"
|
unsafe_code = "forbid"
|
||||||
rust_2018_idioms = { level = "warn", priority = -1 }
|
rust_2018_idioms = { level = "warn", priority = -1 }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue