Hacker News new | ask | show | jobs
by jhoechtl 2880 days ago
I understand the basics behind WASM. What does WebAssembly VM in Go mean?

Can I write Golang code and see it executed through Life? Or will it execute my WASM binaries, compiled through whatever?

If the later, how is Life VM meant to be integrated into a web browser (if this is a goal)?

3 comments

- the VM is written in Go and can execute wasm binaries

- the next version of the Go toolchain (Go-1.11) will have a wasm target

Yes, WASM binaries from anything. The VM configures the available imports.
Can I write Golang code and see it executed through Life?

Is there a Life target for the Go compiler?