Uh oh!
There was an error while loading. Please reload this page.
compile WebAssembly in CI - #486
Conversation
tombl
commented
Sep 7, 2024
although now that I look at it, |
ShogunPanda
commented
Nov 3, 2024
@tombl In general it looks good me. The only thing I don't like is having bash scripts, which are harder to debug. |
Angelmmiguel
commented
Jan 7, 2025
Hey! I've just found this PR after facing the #559 issue. Is this still WIP? I'm happy to jump in and try to solve what's missing here. Thanks! |
tombl
commented
Jan 7, 2025
Thanks for the reminder on this PR, just copied over undici's build script and tweaked it to fit. Should be all good now? |
ShogunPanda
commented
Jan 13, 2025
Hello! |
The current wasm build is broken because it's untested in CI. This PR fixes the issue and adds a wasm build.
(I can back out any changes if unwanted, but I'm hoping to follow up this PR with one to automate releases and add npm publishing.)