Skip to content

Add build:wasm step to build-dist.yml workflow#377

Open
mrxz wants to merge 1 commit into
sparkjsdev:mainfrom
mrxz:fix-build-dist
Open

Add build:wasm step to build-dist.yml workflow#377
mrxz wants to merge 1 commit into
sparkjsdev:mainfrom
mrxz:fix-build-dist

Conversation

@mrxz

@mrxz mrxz commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

The build-dist workflow depended on either npm install or npm run build to also build the Rust project. This behaviour has changed back-and-forth with 2.0.0 removing the automatic step (prepare), #304 re-introducing it and #354 removing it again.

The current state is that you have to run the following three commands as listed in the README.md:

npm install
npm run build:wasm
npm run build

This PR adds the missing npm run build:wasm step to the build-dist.yml workflow. This should fix the workflow, though I haven't tested/verified this as I can't manually trigger it. @dmarcos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant