mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
wasm: implement Stmt::RuntimeError
This commit is contained in:
parent
0d08c97e44
commit
8c5fe2ae22
2 changed files with 31 additions and 22 deletions
|
@ -850,7 +850,7 @@ impl Serialize for DataSegment<'_> {
|
|||
#[derive(Debug)]
|
||||
pub struct DataSection<'a> {
|
||||
count: u32,
|
||||
bytes: Vec<'a, u8>,
|
||||
pub bytes: Vec<'a, u8>,
|
||||
}
|
||||
|
||||
impl<'a> DataSection<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue