mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Generate a test "platform" with libc allocator functions
This commit is contained in:
parent
e9f920827e
commit
b8f40011b9
3 changed files with 149 additions and 28 deletions
|
@ -241,8 +241,7 @@ impl<'a> Serialize for ImportSection<'a> {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct FunctionSection<'a> {
|
||||
/// Private. See WasmModule::add_function_signature
|
||||
signature_indices: Vec<'a, u32>,
|
||||
pub signature_indices: Vec<'a, u32>,
|
||||
}
|
||||
|
||||
impl<'a> FunctionSection<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue