};
bh_arena* eid = bh_alloc(global_heap_allocator, sizeof(bh_arena));
- bh_arena_init(eid, global_heap_allocator, 8196);
+ bh_arena_init(eid, global_heap_allocator, 16 * 1024 * 1024);
module.extended_instr_data = eid;
module.extended_instr_alloc = bh_arena_allocator(eid);
//
-// Thge standard function to convert something to an Iterator.
+// The standard function to convert something to an Iterator.
// For-loops currently do not use this function to determine
// how to iterate over something unknown, but that could be
// a feature down the line.