Skip to content

Commit 6998a4a

Browse files
committed
docs: updated links to WebAssembly example
1 parent c6a84fd commit 6998a4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Check out the [examples](examples) folder for more examples, like [how to genera
104104
* Access to all net-messages - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang#NetMessageCreator) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/net-messages)
105105
* Chat & console messages <sup id="achat1">1</sup> - [docs](https://godoc.org/github.com/markus-wa/demoinfocs-golang/events#ChatMessage) / [example](https://github.com/markus-wa/demoinfocs-golang/tree/master/examples/print-events)
106106
* POV demo support <sup id="achat1">2</sup>
107+
* JavaScript (browser / Node.js) support via WebAssembly - [example](https://github.com/markus-wa/demoinfocs-wasm)
107108
* [Easy debugging via build-flags](#debugging)
108109
* Built with performance & concurrency in mind
109110

examples/web-assembly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This example shows how to use the library with [WebAssembly](https://webassembly.org/).
44

55
Since the build process is somewhat different from the library itself, the example has it's own repository which you can find here:
6-
https://gitlab.com/markus-wa/demoinfocs-wasm
6+
https://github.com/markus-wa/demoinfocs-wasm

0 commit comments

Comments
 (0)