Files
trailbase/pnpm-workspace.yaml
Sebastian Jeltsch c35c2acc41 It's been a little over 6 weeks since v0.19 removing V8 from the trail binary. This change now removes the code.
I wasn't sure how long to keep the code around as an optional feature. However, the latest wasmtime release pins serde to a version, which is incompatible with the latest (somewhat stale) deno/V8/SWC dependencies. In other words, updating wasmtime right now would break the V8 build :/. The state of the rustyscript/deno dependency chain had certainly been one of the driving factors to move to WASM. While it feels validating, it's a little sad to see V8 go... but at the least we want to make the removal eplicit (as opposed to a broken build) with this change.
2025-11-23 22:17:03 +01:00

18 lines
528 B
YAML

packages:
- 'client/testfixture/guests/typescript'
- 'crates/assets/js/admin'
- 'crates/assets/js/client'
- 'crates/auth-ui/ui'
- 'docs'
- 'docs/examples/record_api_ts'
- 'examples/blog/web'
- 'examples/coffee-vector-search'
- 'examples/coffee-vector-search/guests/typescript'
- 'examples/collab-clicker-ssr'
- 'examples/collab-clicker-ssr/guests/typescript'
- 'examples/data-cli-tutorial'
- 'examples/tanstack-db-sync'
- 'examples/wasm-guest-js'
- 'examples/wasm-guest-ts'
- 'guests/typescript'