pvm-shell
v0.1.0
Published
A non-operational PVM shell that is compiled to WASM and can be included in the [PVM Disassembler](https://github.com/FluffyLabs/typeberry-toolkit/issues/81).
Downloads
7
Readme
PVM shell
A non-operational PVM shell that is compiled to WASM and can be included in the PVM Disassembler.
Requirements
$ cargo install wasm-packBuilding
$ wasm-pack build --target bundlerThat will create a pkg folder that's a valid nodejs module.
Running
$ cd www
$ npm ci
$ npm start