mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
update allocator tests
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
function runner(exports, runs, allocs) {
|
||||
const alloc = exports["memory.allocate"];
|
||||
const free = exports["memory.free"];
|
||||
const alloc = exports["__alloc"];
|
||||
const free = exports["__free"];
|
||||
const reset = exports["__reset"];
|
||||
const fill = exports["memory.fill"];
|
||||
const reset = exports["memory.reset"];
|
||||
|
||||
const ptrs = [];
|
||||
|
||||
|
Reference in New Issue
Block a user