trailbase/guests/typescript
Sebastian Jeltsch e08e648a0f Model DB transactions from WASM as a WASI resource and use a watchdog task to force unlock the DB after 60s.
This is implemented as a minor WASI world update, i.e. it's backward compatible. WASM guests build against future runtime releases (JS & Rust) will transparently use the new APIs w/o anychanges to user code.
2026-04-17 11:13:21 +02:00
..
generated Model DB transactions from WASM as a WASI resource and use a watchdog task to force unlock the DB after 60s. 2026-04-17 11:13:21 +02:00
src Model DB transactions from WASM as a WASI resource and use a watchdog task to force unlock the DB after 60s. 2026-04-17 11:13:21 +02:00
tests Remove unsafe query construction from WASM guest examples and add a safe string-literal construction utility to guest runtimes. 2026-04-09 11:11:45 +02:00
wit Model DB transactions from WASM as a WASI resource and use a watchdog task to force unlock the DB after 60s. 2026-04-17 11:13:21 +02:00
.gitignore Add prepack lifecycle script to TypeScript guest aswell to ease publishing. 2025-09-15 12:10:34 +02:00
eslint.config.mjs Use jco guest-types for WASM guest type generation. 2026-03-23 20:35:17 +01:00
package.json Update Rust and JS dependencies. 2026-04-08 14:05:45 +02:00
tsconfig.json Update JS dependencies. Upgrade to TS6. 2026-03-26 11:21:16 +01:00
vite.config.ts Use jco guest-types for WASM guest type generation. 2026-03-23 20:35:17 +01:00