Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martomate/wasm-runner
- Owner: Martomate
- Created: 2024-09-28T22:29:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T22:27:51.000Z (about 2 months ago)
- Last Synced: 2024-12-17T19:10:10.119Z (about 1 month ago)
- Topics: rust, wasm, webassembly, webassembly-runtime
- Language: WebAssembly
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.