Skip to content

Improve build experience with regards to Rust Wasm components#354

Merged
dmarcos merged 2 commits into
sparkjsdev:mainfrom
mrxz:improve-build-experience
May 20, 2026
Merged

Improve build experience with regards to Rust Wasm components#354
dmarcos merged 2 commits into
sparkjsdev:mainfrom
mrxz:improve-build-experience

Conversation

@mrxz
Copy link
Copy Markdown
Collaborator

@mrxz mrxz commented May 20, 2026

Related to #195 and #304.

Removes npm run build:wasm from the prepare script to allow people to install the pre-built bundles from the repository directly without having to have the Rust toolchain setup on their machines.

Additionally the PR explicitly adds the npm run build:wasm command to the instructions in the README and adds a check to vite.config.ts to warn users when they attempt to run or build the project without first building the Rust Wasm components. Additionally I updated the ignore list in biome.json to ignore the rust/ folder in its entirety (see #350 (comment)).

Example of the error message:
image

@dmarcos dmarcos merged commit 3714a22 into sparkjsdev:main May 20, 2026
2 checks passed
@dmarcos
Copy link
Copy Markdown
Contributor

dmarcos commented May 20, 2026

Thank you!

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.

2 participants