sycamore icon indicating copy to clipboard operation
sycamore copied to clipboard

Strip makes nothing render

Open Dispersia opened this issue 3 years ago • 2 comments

Describe the bug Adding any strip type to cargo makes nothing happen. No console log, anything

To Reproduce Add cargo-features = ["strip"] and [profile.release] strip = "symbols" to Cargo.toml, trunk serve --release

Expected behavior Page should render as normal, however console logs shouldn't be super helpful

Environment

  • Sycamore: master
  • Browser: firefox
  • OS: windows 10

Additional context I know strip is an experimental feature in Rust, but it happens the same using the normal strip utility on *nix, so figure it is still applicable.

I'm going to try and look into it, but if it's not a Sycamore thing, and it's wasm-bindgen or something else, I can move the issue there

Dispersia avatar Aug 04 '21 06:08 Dispersia

This appears to be some issue either with the new strip option or with wasm-bindgen. Probably worth opening an issue on their side.

lukechu10 avatar Aug 04 '21 23:08 lukechu10

Sorry that I'm posting this over a year later but here is the open issue for wasm-bindgen: https://github.com/rust-lang/rust/issues/93294

There is unfortunately not much we can do aside from fixing wasm-bindgen ourselves.

lukechu10 avatar Oct 16 '22 20:10 lukechu10

I didn't see you responded, my bad haha, also posting a year later :P I see that issue and no reason to keep this one open as it's just that

Dispersia avatar Apr 14 '24 05:04 Dispersia