mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 15:15:51 -06:00
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.
18 lines
528 B
YAML
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'
|