The no-modules build wasn't listed in the package.json's files manifest, so it never got published. That was a bit of an oversight. Now you should be able to use it as described in the README.
It also includes some debug info in the published releases, so any stack traces from any panics that occur aren't nonsense, which previously I hadn't been able to get through wasm-opt.
Preserve debug info through wasm-opt
Remove &mut self from wasm Driver methods so it survives a panic
Include _no_modules output to NPM package
Set some better durabilities so salsa can optimize validation
The no-modules build wasn't listed in the package.json's
files
manifest, so it never got published. That was a bit of an oversight. Now you should be able to use it as described in the README.It also includes some debug info in the published releases, so any stack traces from any panics that occur aren't nonsense, which previously I hadn't been able to get through wasm-opt.
&mut self
from wasm Driver methods so it survives a panic