Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martomate/wasm-runner


https://github.com/martomate/wasm-runner

rust wasm webassembly webassembly-runtime

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# WebAssembly runner and tools

This repository contains various tools for working with WebAssembly, including a parser, a decoder, an interpreter and several example programs for use in testing. **None of this is intended for use in production**, and is only meant for learning purposes.

## WebAssembly versions

The tools in this repo are based on [WebAssembly 2.0](https://webassembly.github.io/spec/versions/core/WebAssembly-2.0.pdf), but I might eventually add support for version 3.0 as well.