Files
Ingvar Stepanyan 3fdb737eb8 Use (int) instead of (uint) for FFI
C# uses `int` everywhere for positons and lengths in standard APIs.

Our manual conversions from Rust `uint` to C# `int` do the same bitcast anyway, so we might as well change the FFI definitions instead for cleaner code and fewer casts.
2025-01-23 00:53:42 +00:00
..
2023-09-26 15:33:30 +00:00
2023-09-26 15:33:30 +00:00

SpacetimeDB

These projects contain the SpacetimeDB SATS typesystem, codegen and runtime bindings for SpacetimeDB WebAssembly modules.

Please refer to documentation inside Codegen and Runtime folders for more details.