Explore >> Select a destination


You are here

wasmgroundup.com
| | healeycodes.com
2.7 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | www.erikschierboom.com
2.2 parsecs away

Travel
| | Note: this blog post is part of the F# advent calendar 2019. Introduction In this blog post, we'll build a website that can solve Reverse Polish Notation (RPN) equations. All code (including the website) will be written in F#, but the equations themselves will be solved using WebAssembly. Reverse Polish Notation In RPN equations, operators (+, -, etc.) follow their operands (1, 3, etc.). This is known as postfix notation. Its main advantage: parentheses are no longer needed to define precedence.
| | blog.scottlogic.com
3.0 parsecs away

Travel
| | Have you ever wanted to write your own compiler? ... yes? ... of course you have! I've always wanted to have a go at writing a compiler, and with the recent release of WebAssembly, I had the perfect excuse to have a go.
| | blog.scottlogic.com
11.5 parsecs away

Travel
| A brief look into building out a NextJS application which makes use WebAssembly to solve Advent Of Code puzzles in the browser.