|
You are here |
k33g.hashnode.dev | ||
| | | | |
pmig96.wordpress.com
|
|
| | | | | 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.... | |
| | | | |
guido.io
|
|
| | | | | How to embed WebAssembly wasm source as base64 in Javascript. | |
| | | | |
nishtahir.com
|
|
| | | | | One of the most interesting features of WebAssembly is its memory model. Despite providing a system that allows for direct access and control of raw bytes, it does this in a way that offers more safety than one would typically expect out of low-level environments like C/C++. WASM memory | |
| | | | |
hanno.codes
|
|
| | | In the summer of 2021, I got my Java 11 certification. I expected it to be quite a breeze, because I'd been a Java developer for 14 years and surely I should have seen it all by now, right? Turned out I was very wrong. I came across lots of things that I didn't even know were possible with Java. In this weekly blog series I will go through 11 of these 'crazy learnings' that surprised me the most, even as an experienced developer. Today we'll look at the crazy stuff that is allowed in switch statements. | ||