has anyone fooled around with okio (<https://squar...
# webassembly
d
has anyone fooled around with okio (https://square.github.io/okio/) and Wasm? Trying to get some basic file IO in Node but I keep getting
Error: Cannot find package 'wasi_snapshot_preview1'
m
I don't think okio has a wasi target yet? I had it work in wasm-js some time ago before wasi was a thing
d
I'm getting that with the
wasmJs
target
m
Oh. Interesting... I'm fiddling with okio + wasm at the moment. Will let you know if I have any success
d
Awesome please do!
j
wasmJs doesn’t have WASI, so the crash is saying something real
Okio needs a new release now that there’s different WASI targets