ever-sdk icon indicating copy to clipboard operation
ever-sdk copied to clipboard

Build fails on target wasm32-unknown-emscripten

Open ch1seL opened this issue 3 years ago • 3 comments

I think it depends on: https://github.com/chronotope/chrono/issues/519 Let's close this issue after chrono package will be released with fix and all dependencies will be updated 😺

ch1seL avatar Jan 26 '22 21:01 ch1seL

Oh, it seems like a few more packages are incompatible with this target 😢

ch1seL avatar Jan 26 '22 21:01 ch1seL

Can you please watch for the fix and notify us when they release it?

elasticLove1 avatar Jan 28 '22 17:01 elasticLove1

Oh, it seems like a few more packages are incompatible with this target 😢 If you find out how to fix them too, let us know:(

elasticLove1 avatar Jan 28 '22 17:01 elasticLove1

@elasticLove1 I tried to build again and now everything is ok and we can close it. However, I would like to ask you to add building the Emscripten binary wasm artifact in you release pipeline 😄

ch1seL avatar Nov 22 '22 21:11 ch1seL

@elasticLove1 I tried to build again and now everything is ok and we can close it. However, I would like to ask you to add building the Emscripten binary wasm artifact in you release pipeline 😄

Although no, it did not work in runtime, wasm-bindgen does not support wasm32-unknown-emscripten and is not going to https://rustwasm.github.io/wasm-bindgen/reference/rust-targets.html?highlight=wasm32-un#other-web-targets

ch1seL avatar Nov 23 '22 07:11 ch1seL