xref: /aosp_15_r20/external/okio/okio-wasifilesystem/README.md (revision f9742813c14b702d71392179818a9e591da8620c)
1*f9742813SAndroid Build Coastguard WorkerWASI FileSystem
2*f9742813SAndroid Build Coastguard Worker===============
3*f9742813SAndroid Build Coastguard Worker
4*f9742813SAndroid Build Coastguard Worker⚠️ This is a work in progress ⚠️
5*f9742813SAndroid Build Coastguard Worker
6*f9742813SAndroid Build Coastguard WorkerThis module implements Okio's FileSystem API using the [WebAssembly System Interface (WASI)][wasi].
7*f9742813SAndroid Build Coastguard Worker
8*f9742813SAndroid Build Coastguard WorkerIt currently uses the WASI [preview1] APIs and is tested on NodeJS with the
9*f9742813SAndroid Build Coastguard Worker`--experimental-wasi-unstable-preview1` option.
10*f9742813SAndroid Build Coastguard Worker
11*f9742813SAndroid Build Coastguard Worker[wasi]: https://wasi.dev/
12*f9742813SAndroid Build Coastguard Worker[preview1]: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md
13