limbo/bindings/javascript/packages
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
..
common Turso 0.4.0-pre.17 2025-12-17 10:18:19 +02:00
native Turso 0.4.0-pre.17 2025-12-17 10:18:19 +02:00
wasm Merge 'No tempfiles on wasm' from Nikita Sivukhin 2025-12-17 12:23:09 +02:00
wasm-common Turso 0.4.0-pre.17 2025-12-17 10:18:19 +02:00