wasm-pack
results in SIGSEGV on Ubuntu 23.04
#6412
-
Yesterday, I updated to Ubuntu 23.04 and was unable to build WASM with The problem seems to be related to the system This problem seems ubiquitous. People mostly dealt with it by downgrading to
I hope this might help anybody with Ubuntu that has not upgraded yet to 23.04. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I ran into this a while ago and there is an old post in our discord. |
Beta Was this translation helpful? Give feedback.
-
I also ran into this yesterday and fixed it by running: |
Beta Was this translation helpful? Give feedback.
I ran into this a while ago and there is an old post in our discord.
My workaround was to use the
static-curl
feature:cargo install wasm-pack --features curl/static-curl