Grow memory dynamically as-needed when loading wasm language modules

This commit is contained in:
Max Brunsfeld 2023-12-03 12:12:47 -08:00
parent f2285b43ea
commit 68ba9a4d66
4 changed files with 2097 additions and 2057 deletions

View file

@ -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;
}