Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | H | 25-Apr-2025 | - | 2,256 | 1,368 | |
README.md | H A D | 25-Apr-2025 | 409 | 13 | 8 | |
build.gradle.kts | H A D | 25-Apr-2025 | 3.2 KiB | 112 | 82 |
README.md
1WASI FileSystem 2=============== 3 4⚠️ This is a work in progress ⚠️ 5 6This module implements Okio's FileSystem API using the [WebAssembly System Interface (WASI)][wasi]. 7 8It currently uses the WASI [preview1] APIs and is tested on NodeJS with the 9`--experimental-wasi-unstable-preview1` option. 10 11[wasi]: https://wasi.dev/ 12[preview1]: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md 13