Web Assembly

I've been playing around with converting stuff to run in the browser leveraging the power of WASM.
After grappling with Rust, Go!, Assembly Script & Zig for some time, I've started to make some progress.... the results of which can be seen below:
Please note that will have to need a browser that supports Web Assembly to view these examples.

WASM Intro

WASM Intro

This is a Rust conversion of the old website intro code.
To view the application in action please follow this link.
WASM Stars

WASM Stars

This is a Rust conversion of the wonderful Star code.
The Rust code has been compiled with WASM Bindgen & WASM-Opt.
To view the application in action please follow this link.
The source code is available on the GitHub Git
Water

Water

This is a Go and Ebiten Engine delight !.
To view the application in action please follow this link.
Binary Search Tree

WASM Binary Search Tree

This is a Go conversion of an old uni project originally written in C.
The Go code has been compiled using TinyGo & WASM-Opt to shrink the file
size down to a few bytes.
To view the application in action please follow this link.
The source code is available on the GitHub Git