A non-operational PVM shell that is compiled to WASM and can be included in the PVM Disassembler.
$ cargo install wasm-pack
$ wasm-pack build --target bundler
That will create a pkg
folder that's a valid nodejs module.
$ cd www
$ npm ci
$ npm start