Skip to content

lfcm64/wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wall

A WebAssembly runtime + JIT compiler project.

Currently only the parser and validator are implemented.

Goal

Provide a small, clean foundation for:

  • Parsing Wasm binaries
  • Validating modules
  • (Future) Converting Wasm to LLVM IR
  • (Future) Running Wasm modules

Status

  • ✔ Parser (section-by-section)
  • ✔ Validator
  • ❌ LLVM IR generation
  • ❌ Runtime
  • ❌ Codegen / AOT

Build

zig build

Roadmap

  • Add LLVM IR generation
  • Add runtime (memory, tables, imports)
  • Add codegen

About

A WebAssembly runtime built in Zig with LLVM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages