top | item 28345487 A new way of blogging about Golang 21 points| MD87 | 4 years ago |blog.klipse.tech 7 comments order hn newest ArchieMaclean|4 years ago On mobile, if I put the cursor on any word and press any key (even backspace), the word gets repeated at the current cursor position.Something to do with touch events not being handled properly maybe? brundolf|4 years ago Doesn't work at all for me on mobile Safari. I just see a block of uncolored preformatted text, and tapping on it has no effect (not even a cursor) viebel|4 years ago It used to work but I broke it on my own blog. You know, the shoemaker goes barefoot! jay_kyburz|4 years ago This is cool.So can anybody tell me if I can write a go app and run it in the browser yet.Years ago people were talking about WASM, but did it every take off? viebel|4 years ago Miguel Liezun used yaegi https://github.com/traefik/yaegi compiled to WASM to let Klipse evaluate Go code snippets in the browserhttps://github.com/viebel/klipse/pull/393 load replies (1) capableweb|4 years ago You could compile Go to JS via GopherJS but doing so hardly makes sense outside of experiments as the size of the JS output is way too big.
ArchieMaclean|4 years ago On mobile, if I put the cursor on any word and press any key (even backspace), the word gets repeated at the current cursor position.Something to do with touch events not being handled properly maybe? brundolf|4 years ago Doesn't work at all for me on mobile Safari. I just see a block of uncolored preformatted text, and tapping on it has no effect (not even a cursor) viebel|4 years ago It used to work but I broke it on my own blog. You know, the shoemaker goes barefoot!
brundolf|4 years ago Doesn't work at all for me on mobile Safari. I just see a block of uncolored preformatted text, and tapping on it has no effect (not even a cursor)
viebel|4 years ago It used to work but I broke it on my own blog. You know, the shoemaker goes barefoot!
jay_kyburz|4 years ago This is cool.So can anybody tell me if I can write a go app and run it in the browser yet.Years ago people were talking about WASM, but did it every take off? viebel|4 years ago Miguel Liezun used yaegi https://github.com/traefik/yaegi compiled to WASM to let Klipse evaluate Go code snippets in the browserhttps://github.com/viebel/klipse/pull/393 load replies (1) capableweb|4 years ago You could compile Go to JS via GopherJS but doing so hardly makes sense outside of experiments as the size of the JS output is way too big.
viebel|4 years ago Miguel Liezun used yaegi https://github.com/traefik/yaegi compiled to WASM to let Klipse evaluate Go code snippets in the browserhttps://github.com/viebel/klipse/pull/393 load replies (1)
capableweb|4 years ago You could compile Go to JS via GopherJS but doing so hardly makes sense outside of experiments as the size of the JS output is way too big.
ArchieMaclean|4 years ago
Something to do with touch events not being handled properly maybe?
brundolf|4 years ago
viebel|4 years ago
jay_kyburz|4 years ago
So can anybody tell me if I can write a go app and run it in the browser yet.
Years ago people were talking about WASM, but did it every take off?
viebel|4 years ago
https://github.com/viebel/klipse/pull/393
capableweb|4 years ago