/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

blog.owulveryck.info
| | golangbot.com
1.0 parsecs away

Travel
| | A tutorial about WebAssembly and how to cross compile and run Go programs in the browser using WebAssembly.
| | k33g.hashnode.dev
1.7 parsecs away

Travel
| | This blog post is an introduction to WASI, the WebAssembly System Interface
| | pmig96.wordpress.com
2.2 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....
| | nora.codes
12.9 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.