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 for some time, I've settled on Go! for the minute. Hoping to include further examples in the future & keen to have a go with Zig.

Please note that will have to need a browser that supports Web Assembly to view these examples.


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