mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
wasm_interp: implement call
and return
instructions
This commit is contained in:
parent
57aa3aafd8
commit
972d9dbb19
5 changed files with 75 additions and 32 deletions
|
@ -1221,7 +1221,7 @@ impl<'a> Serialize for ElementSection<'a> {
|
|||
pub struct CodeSection<'a> {
|
||||
pub function_count: u32,
|
||||
pub bytes: Vec<'a, u8>,
|
||||
/// The start of each preloaded function
|
||||
/// The start of each function
|
||||
pub function_offsets: Vec<'a, u32>,
|
||||
/// Dead imports are replaced with dummy functions in CodeSection
|
||||
pub dead_import_dummy_count: u32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue