/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

golangbot.com
| | pmig96.wordpress.com
1.6 parsecs away

Travel
| | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has....
| | blog.owulveryck.info
1.0 parsecs away

Travel
| | This is a very quick post with some notes about the support of WebAssembly (wasm) in the Go toolchain. This article is not a tutorial and as any information it contains may be obsolete soon. The Go api for Wasm is not stable yet.
| | hugozap.com
1.9 parsecs away

Travel
| | A simple example of how to use WebAssembly in the browser and what the toolchain looks like.
| | alexene.dev
11.0 parsecs away

Travel
| Most WebAssembly tutorials and examples you will find online focus on using it inside the browser in order to accelerate various functionality of a website or web app. However, there is an area where WebAssembly is really powerful but not talked too much about: outside the browser usage scenarios. That is what we'll focus on in this series of posts.