Make Wasm compilable
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -139,6 +139,17 @@ opt-level = 3
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
||||
[profile.wasm-dev]
|
||||
inherits = "dev"
|
||||
opt-level = 1
|
||||
lto = "off"
|
||||
|
||||
[profile.wasm-release]
|
||||
inherits = "release"
|
||||
lto = "off"
|
||||
panic = "abort"
|
||||
codegen-units = 256
|
||||
|
||||
[[bench]]
|
||||
name = "run_criterion"
|
||||
harness = false
|
||||
|
||||
Reference in New Issue
Block a user