Fix roc_alloc linking. Test passes for recursive Tag

This commit is contained in:
Brian Carroll 2021-12-11 10:36:18 +00:00
parent 211a5d9bf3
commit f54f96281f
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ const PTR_TYPE: ValueType = ValueType::I32;
pub const STACK_POINTER_GLOBAL_ID: u32 = 0;
pub const FRAME_ALIGNMENT_BYTES: i32 = 16;
pub const MEMORY_NAME: &str = "memory";
pub const BUILTINS_IMPORT_MODULE_NAME: &str = "builtins";
pub const BUILTINS_IMPORT_MODULE_NAME: &str = "env";
pub const STACK_POINTER_NAME: &str = "__stack_pointer";
pub struct Env<'a> {