wasm: Create parse module and move SkipBytes trait into it

This commit is contained in:
Brian Carroll 2022-05-21 10:53:50 +01:00
parent 1e68ca88d0
commit fc5d71c20c
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
6 changed files with 100 additions and 98 deletions

View file

@ -4,6 +4,7 @@ pub mod linking;
pub mod opcodes;
pub mod sections;
pub mod serialize;
pub mod parse;
use bumpalo::{collections::Vec, Bump};
pub use code_builder::{Align, CodeBuilder, LocalId, ValueType, VmSymbolState};