Deploy Wasm in CI #156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The wasm is currently committed in tree. There are many downsides to this. Remove it from the source control and have the build step deploy the executable code directly.
Shipped in v0.43.2 (PR #168): web/pkg is out of the repo and the wasm is now built inside the Docker pipeline (wasm-bindgen 0.2.120 / wasm-pack 0.14.0 / binaryen 130) plus in web-e2e before Playwright. First docker-build with the new stage went green and the freshly CI-built wasm is what's serving on /play now.