Skip to content

A WASM PVM shell compatible with the format expected by PVM disassembler.

License

Notifications You must be signed in to change notification settings

FluffyLabs/pvm-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PVM shell

A non-operational PVM shell that is compiled to WASM and can be included in the PVM Disassembler.

Requirements

$ cargo install wasm-pack

Building

$ wasm-pack build --target bundler

That will create a pkg folder that's a valid nodejs module.

Running

$ cd www
$ npm ci
$ npm start

About

A WASM PVM shell compatible with the format expected by PVM disassembler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published