Generate a test "platform" with libc allocator functions

This commit is contained in:
Brian Carroll 2021-11-15 23:15:12 +00:00
parent e9f920827e
commit b8f40011b9
3 changed files with 149 additions and 28 deletions

View file

@ -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> {