mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Wasm: Convert remaining sections to store bytes, and add .size() methods
This commit is contained in:
parent
f4ac5bffa3
commit
5d5e0eca96
5 changed files with 154 additions and 54 deletions
|
@ -21,7 +21,7 @@ pub trait Wasm32TestResult {
|
|||
ret_type: Some(ValueType::I32),
|
||||
});
|
||||
|
||||
module.export.entries.push(Export {
|
||||
module.export.append(Export {
|
||||
name: wrapper_name.to_string(),
|
||||
ty: ExportType::Func,
|
||||
index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue