[go-nuts] Embedded files with WebAssembly

2019-01-08 Thread Tamás Gulácsi
rakyll/statik is another simple file embedding solution. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more option

[go-nuts] Embedded files with WebAssembly

2019-01-08 Thread Scott Pakin
I just started playing with WebAssembly, and I realize I don't know how to work with files. For C, the Emscripten compiler apparently supports embedding files into a virtual file system. Does the go command provide an equivalent when generating .wasm files? Should I use Packr