You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wawaka is WebAssembly-based smart contract interpreter based on WAMR. To ensure that the interpreter appropriately handles memory allocations the contracts it executes, we have implemented a number of memory stress tests. However, current memory stress tests for wawaka only stress the interpreter's heap.
Wawaka is WebAssembly-based smart contract interpreter based on WAMR. To ensure that the interpreter appropriately handles memory allocations the contracts it executes, we have implemented a number of memory stress tests. However, current memory stress tests for wawaka only stress the interpreter's heap.
See WAMR's memory tuning docs for more info on WAMR's memory internals.
We need to add tests that stress the other types of allocations:
The text was updated successfully, but these errors were encountered: