Erlang/OTP WASM (Erlang in the browser)

Erlang is a functional programming language that is known for its concurrency model and fault tolerance. It is often used in telecommunications and distributed systems. Erlang is compiled to bytecode that runs on the BEAM virtual machine.

I've compiled the Erlang/OTP runtime to WebAssembly (WASM) using Emscripten. This allows you to run Erlang code in the browser. Live demo below.

The Erlang program/script to execute (saved to /hello.erl)
Arguments to pass to the Erlang program/script.
$ escript

See also

Made by Anton Vasetenkov.

If you want to say hi, you can reach me on LinkedIn or via email. If you like my work, you can support me by buying me a coffee.