Johan Brandhorst
aef989c951
Update vugu to 0.2.3
2020-04-14 11:25:28 +01:00
Justin Clift
8ff3411233
Update command for starting the local webserver
2019-11-13 10:45:07 +00:00
Justin Clift
99f4e0a7f0
Remove outdated reference to tinygo-canvas
2019-11-12 13:53:33 +00:00
Johan Brandhorst
5160fa41e7
Upgrade to Go 1.13
2019-09-28 13:30:41 +01:00
Johan Brandhorst
85aa3c48b7
Upgrade tinygo and retire tinygo-canvas
...
tinygo-canvas has outlive its purpose now that
tinygo has improved enough to run the original
version.
2019-09-28 13:30:41 +01:00
Johan Brandhorst
3f16d27172
Add export example
2019-09-04 22:31:34 +02:00
Johan Brandhorst
12f8883116
Use TinyGo 0.7.0 for repulsion demo
2019-07-18 11:36:36 +01:00
Johan Brandhorst
008043e731
Add vecty blurb to README
2019-07-15 21:53:09 +01:00
Johan Brandhorst
4685dad337
Make newlines consistent
2019-07-06 20:49:35 +01:00
Johan Brandhorst
20c2db3f61
Use modules for vecty example
2019-07-06 20:49:11 +01:00
Johan Brandhorst
eb9e2b3c3b
Fix make test
2019-07-06 20:48:53 +01:00
Johan Brandhorst
f488b6c469
Add vecty example
2019-07-01 20:11:14 +01:00
Johan Brandhorst
497bc79f39
Merge pull request #3 from johanbrandhorst/add-gzip-compression
...
Add GZIP compression flag
2019-06-29 16:47:14 +01:00
Johan Brandhorst
aa3ec594b3
Add GZIP compression flag
2019-06-29 16:46:45 +01:00
Johan Brandhorst
5a5d3084d5
Add vugu example
2019-06-23 16:11:22 +01:00
Johan Brandhorst
54313e0f51
Add adapted canvas demo for tinygo
2019-06-23 15:08:02 +01:00
Johan Brandhorst
53ba73a804
Add ebiten example
2019-06-23 12:09:44 +01:00
Johan Brandhorst
7d59825716
Add canvas animation demo
2019-06-09 20:09:50 +01:00
Johan Brandhorst
b8bf9995ca
Log messages when server exits
2019-06-09 19:00:06 +01:00
Johan Brandhorst
1fecaeb312
Working WASM Fetch test case
2019-06-09 18:59:44 +01:00
Johan Brandhorst
1edc3d9fc5
Add experimental browser test
2019-05-26 15:43:09 +01:00
Johan Brandhorst
22573701f4
Fix tinygo JS example
2019-04-30 15:51:11 +01:00
Johan Brandhorst
6d867a75ab
Remove debug from tinygo build, use release image
2019-04-21 10:19:14 +01:00
Johan Brandhorst
c67c404515
Unify cleanup job
2019-03-02 19:14:59 +00:00
Johan Brandhorst
b259a71e1a
Update README with more information
2019-02-26 21:26:39 +00:00
Johan Brandhorst
f110c81f2f
Ignore the html directory
2019-02-26 21:26:20 +00:00
Johan Brandhorst
cf09e1dbc0
Add tinygo build job
2019-02-26 21:18:43 +00:00
Johan Brandhorst
879c37868b
channels: sum up to positive
...
TinyGo can't quite handle a negative result, so switch the
channels example to sum up to something positive.
2019-02-26 21:16:15 +00:00
Johan Brandhorst
3f3a4ea966
Remove wasmgo example
2019-02-26 21:12:58 +00:00
Johan Brandhorst
5bada70f17
Remove dom dependency
2018-10-14 15:31:55 +01:00
Johan Brandhorst
5a07f70561
Update to go binary
2018-10-14 15:31:09 +01:00
Johan Brandhorst
fc4b173370
Upgrade to go1.11rc2
2018-08-24 12:16:29 +01:00
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
31e31e865c
Add jsgo.io example
2018-08-15 17:23:29 +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
44bdf686c4
Update dennwc/dom after PR merge
2018-08-13 21:11:33 +01:00
Johan Brandhorst
f6a92da5fb
Merge pull request #1 from johanbrandhorst/cleanup
...
Remove gRPC example, add some simpler examples
2018-08-11 20:55:36 +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
c7ec9fde8c
Use custom for of grpc-go and unify client and server
2018-06-25 15:48:55 +01:00
Johan Brandhorst
3d89b1de82
Update wasm_exec in /html
2018-06-17 17:15:14 +01:00
Johan Brandhorst
f34699c420
Generate gRPC Client using grpc-wasm
2018-06-15 13:49:55 +01:00
Johan Brandhorst
b98654eb67
Add server side streaming test
2018-06-06 09:19:48 +01:00
Johan Brandhorst
2392bc267d
gRPC: Use grpc-wasm as client package
2018-06-04 22:51:10 +01:00
Johan Brandhorst
e48ef08afd
Add prototype Invoke method and regenerate files
2018-06-01 23:18:57 +01:00
Johan Brandhorst
5922c39730
Add error_details dependency
2018-06-01 23:16:20 +01:00
Johan Brandhorst
a1653e0179
Update fetch dependency
2018-06-01 23:15:59 +01:00
Johan Brandhorst
d2f822c1f2
Ignore compiled wasm file
2018-05-28 22:30:29 +01:00
Johan Brandhorst
8e0ab9aedb
Fix gRPC-Web test!
2018-05-28 22:29:22 +01:00