mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-21 15:12:33 -04:00
3fdb737eb8
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.
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.