1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

9 Commits

Author SHA1 Message Date
Johan Brandhorst
e481a67ae8
Use innerText instead of innerHTML to discourage XSS risks
Roberto Clapis (@empijei) pointed out to me that using innerHTML for
unformatted text is bad practice, so I've switched to using innerText
and SetTextContent instead.
2018-08-17 10:26:43 +01:00
Johan Brandhorst
50d7c00276
Update to go1.11rc1 2018-08-14 09:16:41 +01:00
Johan Brandhorst
3300d60d77
Remove div package 2018-08-14 09:13:41 +01:00
Johan Brandhorst
0d5389317f
Remove gRPC example, add some simpler examples 2018-08-11 20:55:13 +01:00
Johan Brandhorst
1bb4e7fb1e
Update to using go1.11beta1 2018-06-27 07:57:28 +01:00
Johan Brandhorst
3d89b1de82 Update wasm_exec in /html 2018-06-17 17:15:14 +01:00
Johan Brandhorst
b31231ab0a
Update fetch testing 2018-05-28 11:41:53 +01:00
Johan Brandhorst
0bc494b8b2 Update html folder for new wasm-go structure 2018-05-12 15:07:59 +01:00
Johan Brandhorst
60bc902fb2
Move html folder to top level 2018-03-02 21:26:17 +00:00