limbo/bindings
Pekka Enberg a0bd11c035
Merge 'No tempfiles on wasm' from Nikita Sivukhin
We now can attempt to create temp file in WASM for sorter and hash join
which will result in crash:
```
stderr | promise.test.ts > sorter-wasm
thread '<unnamed>' panicked at library/std/src/sys/pal/wasi/os.rs:125:5:
stderr | promise.test.ts > sorter-wasm
no filesystem on wasm
stderr | promise.test.ts > sorter-wasm
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
This PR make simple adjustment to always use in-memory IO for temp files
in WASM

Closes #4256
2025-12-17 12:23:09 +02:00
..
dart chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
go Merge 'update go mod name as we will serve module through custom proxy' from Nikita Sivukhin 2025-12-17 10:51:34 +04:00
java Turso 0.4.0-pre.17 2025-12-17 10:18:19 +02:00
javascript Merge 'No tempfiles on wasm' from Nikita Sivukhin 2025-12-17 12:23:09 +02:00
python rename speculative load to prefetch (docs already uses this terminology) 2025-12-16 13:59:39 +04:00
rust Added transaction.prepare test 2025-12-09 23:50:09 +00:00