Philipp started adventuring with Elixir in 2019. He created wasmex, an Elixir library for running WebAssembly modules on an Elixir host, in early 2020 and is maintaining and growing the library since then. Philipp joined remote.com, one of the biggest Elixir codebases, in 2022 and is now working as an engineering team lead, responsible for parts of remotes finance infrastructure. He became father of two wonderful daughters in between, which gave him immense joy and a lot of struggle to find time for his open source projects :)
WebAssembly is a compilation target and execution environment often used in Browsers to speed up intensive algorithms that would be slow in pure JavaScript. But Elixir can run WebAssembly too and it’s about much more just speedy code execution.
In this session, we will talk about wasmex, a WebAssembly runtime written in Elixir. We investigate common use cases of WebAssembly and how they benefit Elixir hosts. If you are interested in running unsafe (user-provided) programs in your Elixir application, or you want to interface with programs written in other programming language, or even in speeding up your algorithms, this talk is for you.
In addition to interesting use cases and examples, we investigate the architecture of wasmex and examine tradeoffs that need to be considered when running WebAssembly payloads.
Key Takeaways:
In general, I want to spark some excitement about WebAssembly and Elixir. I want to enable the audience to play with new ideas, languages, code distribution concepts through Wasm while still being able to use their favorite language. My goal is to give beginners and seasoned Elixir devs alike a new tool to work with.
Target Audience: