SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
What version of TypeScript are you targeting? Since version 4.3 of TypeScript, override keyword has been introduced for properties or functions of classes extending from other classes. Recent frameworks using...
# Description of Changes Generate the TypeScript `bigint` type instead of `BigInt` ([context from the TS docs](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html#bigint)). # API and ABI breaking changes This is probably not a notable API...
Currently I've removed reserved identifiers, this should be reworked somehow before 1.0
Currently message compression happens on a per-client basis. However typically many clients will subscribe to the same queries in which case we compress the same message multiple times. Note this...
# Description of Changes This provides snapshot testing for ModuleDef returned from Wasm modules. It will automatically compare ModuleDefs of test modules against both the previous snapshots, and across different...
# Description of Changes Using the `openssl` crate significantly increases the build times on Windows. Switching to `rustls` improves it: ```bash # Windows 11 # 1.79.0-x86_64-pc-windows-msvc # AMD Ryzen 9...
Is there a plan to add C Libraries support for Server or Client?
```rust #[spacetimedb::table(name = _LegacyPrivate)] pub struct LegacyPrivate { sensitive: String } ```
Currently there's a lot of redundancy in there, it would be better for a macro to generate all the relevant data at once.
The bindings macros generate these so it should inherit.