mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +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
|
@ -1,6 +1,6 @@
|
|||
use roc_error_macros::internal_error;
|
||||
|
||||
use super::serialize::{parse_u32_or_panic, SkipBytes};
|
||||
use super::parse::{parse_u32_or_panic, SkipBytes};
|
||||
|
||||
#[repr(u8)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue