boa icon indicating copy to clipboard operation
boa copied to clipboard

Investigate error during `wasm-pack build`

Open raskad opened this issue 7 months ago • 1 comments

After switching to Rust 1.87.0, wasm-pack build has been throwing errors. In https://github.com/boa-dev/boa/pull/4249 I added the workaround described here: https://github.com/rustwasm/wasm-pack/issues/1441#issuecomment-2886461752.

We should keep track of the wasm-pack issue to see if there are any changes, so that we can maybe remove the workaround again in the future.

raskad avatar May 16 '25 18:05 raskad

Is it possible to publish wasi in ci, which ensures that the main branch can be compiled by wasm-pack

https://github.com/quickjs-ng/quickjs/releases/download/v0.10.1/qjs-wasi.wasm

ahaoboy avatar Jun 09 '25 08:06 ahaoboy