mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
wasm: Create parse
module and move SkipBytes trait into it
This commit is contained in:
parent
1e68ca88d0
commit
fc5d71c20c
6 changed files with 100 additions and 98 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue