Skip to content

jakubvf/wasm

Repository files navigation

wasm - WebAssembly interpreter in Zig

Goal of this project is to have a WebAssembly (1.0) interpreter in a single file.

Functionality

  • Read WebAssembly binary file
  • Parse WebAssembly binary file
  • Execute WebAssembly binary file
  • Implement all WebAssembly instructions
  • Implement all WebAssembly types
  • Implement all WebAssembly sections
  • Implement WebAssembly validation

TODO

  • C header file
  • building as a library

Technologies

Building

Run tests

  • Run zig test in the project directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published