Fix compile

This commit is contained in:
Andras Schmelczer 2025-07-06 12:40:10 +01:00
parent 077ba9416a
commit 98dc11896e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -44,6 +44,9 @@ lto = true
opt-level = 3
strip="symbols"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-O4', '--enable-bulk-memory']
[lints.rust]
unsafe_code = "forbid"
rust_2018_idioms = { level = "warn", priority = -1 }