webassembly-opcodes

1.0.0 • Public • Published

webassembly-opcodes

learning web assembly the hard way: by implementing it.

or at least, implementing a subset of it.

this is a work in progress. The plan is to create a handwritten javascript implementation of all the wasm opcodes, so that we can run a wat interpreter (useful for debugging) and also to create a lispy macro language. Then the annoyances and verbosity of wat can be resolved at compile time, while staying very close to the underlying model.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i webassembly-opcodes

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

40.8 kB

Total Files

10

Last publish

Collaborators

  • dominictarr