New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webassembly-opcodes

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webassembly-opcodes

learning web assembly the hard way: by implementing it.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 21 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts