rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.83k stars 1.08k forks source link

Wasm-Bindgen SIGSEGV error while running Trunk Serve #4231

Open Ex-pi-rimental opened 3 weeks ago

Ex-pi-rimental commented 3 weeks ago

Describe the Bug

Screenshot_20241028-193016 While running trunk serve the server shows error with calling the wasm bindgen and returns a SIGSEGV error.

Architecture:- aarch64 operating system:- Linux

Steps to Reproduce

  1. Form a Yew Project
  2. Follow the steps given in Yew.rs to make a sample app.
  3. run using trunk serve
daxpedda commented 5 days ago

I can't reproduce this on x86, so this might be specific to ARM. Unfortunately I don't have an ARM machine to debug this on.