DEV Community

Cecil L. Phillip πŸ‡¦πŸ‡¬ for .NET

Posted on

Running F# in WebAssembly with Bolero

WebAssembly has enabled some interesting scenarios for developers that aren't necessarily fluent in the latest browser technologies.

Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.

https://webassembly.org

With the right pieces in place, we have the potential to write frontend web applications in any language we choose.

In this episode of On.NET, you will learn from Phillip Carter how to run F# code in WebAssembly in the browser using an open source framework called Bolero.

If you liked this video and would like to see some more of our .NET content, please subscribe to our .NET Developers YouTube Channel.

Useful Links

Top comments (1)

Collapse
 
anjankant profile image
Anjan Kant

Thanks very helpful :)