Start writing a byte-level function_builder

This commit is contained in:
Brian Carroll 2021-10-21 21:28:50 +02:00
parent 5ea313f256
commit e168d175c4
2 changed files with 163 additions and 0 deletions

View file

@ -1,6 +1,7 @@
mod backend;
mod code_builder;
pub mod from_wasm32_memory;
mod function_builder;
mod layout;
mod storage;