Skip to content

zerovolts/wasmuter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wasmuter

This library aims to facilitate WebAssembly code generation, i.e., transforming a compiler syntax tree representation into executable WebAssembly bytecode. It provides light abstractions over the literal bytecode format to make it more straighforward to generate, while still allowing full control over the emitted WebAssembly bytecode.

Priorities

  • Add support for all instructions in specification
  • Add support for all module sections in specification
  • Add helpers to define multiple related module sections as one conceptual unit
  • Add structured expression abstraction over raw instruction Vecs

Future

  • Add support for custom module sections
  • Write an example language compiler using this library
  • Consider the utility of a WebAssembly bytecode parser
  • Look into how optimization passes might work

Releases

No releases published

Packages

No packages published

Languages