mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Wasm: Serialize WasmModule without linking info
This commit is contained in:
parent
b8ab6af203
commit
5a39002e8b
6 changed files with 75 additions and 5 deletions
|
@ -3,7 +3,7 @@ use std::{fmt::Debug, iter::FromIterator};
|
|||
use bumpalo::collections::vec::Vec;
|
||||
use roc_reporting::internal_error;
|
||||
|
||||
pub trait Serialize {
|
||||
pub(super) trait Serialize {
|
||||
fn serialize<T: SerialBuffer>(&self, buffer: &mut T);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue