Grow memory dynamically as-needed when loading wasm language modules
This commit is contained in:
parent
f2285b43ea
commit
68ba9a4d66
4 changed files with 2097 additions and 2057 deletions
|
|
@ -45,4 +45,3 @@ void ts_set_allocator(
|
|||
ts_current_realloc = new_realloc ? new_realloc : ts_realloc_default;
|
||||
ts_current_free = new_free ? new_free : free;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue