Read Browser File Inputs with Go WebAssembly
- Comments:
- 0
- Tags:
- WASM
- Golang
- Code Snippet
I have been playing with WebAssembly since Go added support for it in 2017.
For a very long time now, I've been wanting to be able to accept files from an end user and process them with Go on their local machine. Basically I just want to read files from file inputs. I knew it had to be possible, b…
Read More / Comment »