mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
Because the only available version of wasm ABI did not allow freeing any allocated memory, a new version of the ABI is introduced. In this version, the host is required to export _scylla_malloc and _scylla_free methods, which are later used for the memory management. Signed-off-by: Wojciech Mitros <wojciech.mitros@scylladb.com>