Files
scylladb/docs/design-notes
Wojciech Mitros 8a9d55d3a1 wasm: add wasm ABI version 2
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>
2022-03-30 20:49:35 +02:00
..
2021-11-02 19:59:16 +03:00
2021-11-02 19:59:16 +03:00
2021-11-02 19:59:16 +03:00
2022-03-30 20:49:35 +02:00