asmble
asmble copied to clipboard
Go Examples
trafficstars
Go 1.11 now has WebAssembly support and while the output is quite large, we can do some tests/examples which should be fun.
Due to https://github.com/golang/go/issues/26622 I have opened #19 which this is now blocked on.
First working example at https://github.com/cretz/asmble/tree/master/examples/go-simple. Still having some method splitting troubles for ones w/ fmt included. Working through that now.