5 Commits

Author SHA1 Message Date
Sebastian Jeltsch 3aa0d208fe Prepare new release v0.20.0. 2025-10-22 11:20:16 +02:00
Sebastian Jeltsch 117bbcce82 Move trailbase-common to trailbase-sqlvalue.
Note that both trailbase-sqlvalue and trailbase-wasm-common should probably go away with WASIp3 using WASI for for all guest-host interactions.
2025-10-22 09:50:31 +02:00
Sebastian Jeltsch 9e46a099d0 Stop encoding SQL values as generic JSON values (outside the context of the record API), i.e. for admin APIs and between WASM host/guest.
This lets us simplify the parsing and add back a lot of type-safety (including int64). As a side-effect, we basically had to complete reqrite the record insert/update handling in the admin UI.

Note, however, that this is a breaking change, since it touches serialization between WASM guests and host. Guest will need to be built against an updated guest runtime.
2025-10-21 16:40:45 +02:00
Sebastian Jeltsch dc4c1ca46f Reference readme and repo in WASM guest crates. 2025-09-12 14:56:12 +02:00
Sebastian Jeltsch 55149a1734 Add WASM host-runtime to TrailBase and rebrand relevant command-line flags. 2025-09-09 15:39:35 +02:00