tree: adf0f8adb0332e25059af1301443f99bbeb72c4a [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. README.md
okio-wasifilesystem/README.md

WASI FileSystem

⚠️ This is a work in progress ⚠️

This module implements Okio's FileSystem API using the WebAssembly System Interface (WASI).

It currently uses the WASI preview1 APIs and is tested on NodeJS with the --experimental-wasi-unstable-preview1 option.