Files
scylladb/docs
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
..
2022-02-09 11:13:38 +00:00
2022-03-30 20:49:35 +02:00
2021-11-19 14:21:53 +03:00
2022-02-09 11:13:38 +00:00
2020-12-03 17:37:18 +01:00
2022-02-09 11:13:38 +00:00
2022-02-09 11:13:38 +00:00

Scylla Developer Documentation

This documentation targets developers who are interested in contributing to Scylla codebase.

Contents

  • Alternator - The open source DynamoDB-compatible API reference.
  • Design notes - Explanations describing how new features work for other contributors and exploratory research.
  • Guides - Instructions on how to build, run, test and debug the Scylla codebase.
  • Contribute - Guidelines on how to contribute and maintain the project.