You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trunk uses this library to do minifcation. It seems to strip getters. In my minimal repro, using a release build will default to using minification in trunk.
Steps to Reproduce
wasm-bindgen 0.2.92
I'm using OSX Sonoma on Apple Silicon and Chrome 123.x
Describe the Bug
Trunk uses this library to do minifcation. It seems to strip getters. In my minimal repro, using a release build will default to using minification in trunk.
Steps to Reproduce
cargo install --locked trunk
trunk serve
localhost:8080
. Observe console log of "hello world"trunk serve --release
localhost:8080
. Observe console log of "function...."Expected Behavior
Getters should remain
Actual Behavior
Differing results in Debug and Release. See this original issue comment and this issue with trunk
The text was updated successfully, but these errors were encountered: