Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 542 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 542 Bytes

wasm-fs-access

An adapter to use GoogleChromeLabs/wasi-fs-access with Golang's wasm_exec runtime.

This is based on the native File System Access API which was recently added to Chrome 86.

I wanted to do this so I could benefit from the use of Golang over TinyGo in the browser. I also wanted to use the wasm/js target over WASI which removes access to the syscall/js package. I needed this for websockets and http fetch in particular.