rumoca-full-web
v0.9.1
Published
WebAssembly bindings for Rumoca compile and optional simulation surfaces
Readme
npm Packaging
This directory is the canonical npm entrypoint for Rumoca WASM packaging.
The build copies this README into each generated pkg/<profile>-<variant>
package so the published npm package links back to the packaging workflow.
Common commands
npm run build
npm run build:pack
npm run build:release:core
npm run build:release:sim-diffsol:pack
npm run build:dev:full-web:rayonNotes
- Shared build logic is implemented in
packaging/npm/build.mjs. - Non-pack builds land in
pkg/<profile>-<variant>[-rayon]at repo root. - Packed tarballs are moved to
pkg/at repo root. - Publishing uses the generated
pkg/*package metadata and artifacts.
