Fibonacci in Rust and WebAssembly

Recently I have been learning more about Rust and experimenting with WebAssembly. I came up with this fibonacci calculator example to demonstrate how simple it is to offload complex computations to a client machine. As our personal devices become even more powerful it seems reasonable that we will see an effort to move computation from the server to the client. So with that in mind I hope you enjoy this demo....

February 24, 2022 · Louis Buchbinder