Skip to content

Commit 3d52ec1

Browse files
author
rain
committed
docs: clarify module runtimes in concepts skill
1 parent f1be990 commit 3d52ec1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/concepts/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313

1414
# SpacetimeDB Core Concepts
1515

16-
SpacetimeDB is a relational database that is also a server. It lets you upload application logic directly into the database via WebAssembly modules, eliminating the traditional web/game server layer entirely.
16+
SpacetimeDB is a relational database that is also a server. It lets you upload application logic directly into the database as modules, eliminating the traditional web/game server layer entirely. Rust, C#, and C++ modules compile to WebAssembly, while TypeScript modules run on V8.
1717

1818
---
1919

@@ -87,7 +87,7 @@ Best practices:
8787

8888
## Modules
8989

90-
Modules are WebAssembly bundles containing application logic that runs inside the database.
90+
Modules contain application logic that runs inside the database.
9191

9292
- **Tables**: Define the data schema
9393
- **Reducers**: Define callable functions that modify state

0 commit comments

Comments
 (0)