Replace 'wasm-pack' by 'trunk'

This commit is contained in:
Greg Burri 2025-03-11 17:24:13 +01:00
parent ec582ad68f
commit 08c4238dcb
14 changed files with 42 additions and 85 deletions

View file

@ -56,8 +56,3 @@ gloo = "0.11"
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1", optional = true }
# wasm-opt is used by default: https://docs.rs/wasm-opt/latest/wasm_opt/
# Uncomment the following lines to disable it.
# [package.metadata.wasm-pack.profile.release]
# wasm-opt = false