Skip to content

Represent the wasm abstract syntax as Rust objects that render to wasm (bin) or wat (text)

Notifications You must be signed in to change notification settings

mverleg/wasm-representation-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wasm (WebAssembly) representation in Rust

The purpose of this crate is to have an in-memory representation of WebAssembly. It should map fairly literally to wasm code and mostly serves as IR to operate on, or as compile target.

About

Represent the wasm abstract syntax as Rust objects that render to wasm (bin) or wat (text)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages