mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
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 |
||
|---|---|---|
| .. | ||
| dart | ||
| go | ||
| java | ||
| javascript | ||
| python | ||
| rust | ||