Re: [go-nuts] WebAssembly and Filesystem access

2022-12-16 Thread Raffaele Sena
tinygo now has a "wasi" target that you can try. On Fri, Dec 16, 2022 at 2:10 PM 'Kevin Chowski' via golang-nuts < golang-nuts@googlegroups.com> wrote: > I recently learned that WASI ( > https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-intro.md) > supports filesystem abstraction

Re: [go-nuts] WebAssembly and Filesystem access

2022-12-16 Thread 'Kevin Chowski' via golang-nuts
I recently learned that WASI (https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-intro.md) supports filesystem abstractions directly for WASM code. Is there an plan to integrate this into Go? On Saturday, November 5, 2022 at 5:59:08 AM UTC-6 Konstantin Khomoutov wrote: > On Fri,

Re: [go-nuts] WebAssembly and Filesystem access

2022-11-05 Thread Konstantin Khomoutov
On Fri, Nov 04, 2022 at 02:08:08PM -0700, 'Kevin Chowski' via golang-nuts wrote: [...] > I am on a project which primarily ships a Go command line interface (CLI), > but we have aspirations of using the wasm compilation mode to also > distribute a simple webapp version of it, while sharing most