Chris Nelson is a Co-Founder of Launch Scout. He created the company’s apprenticeship program, mentors new developers, and sets technology direction. He loves sharing what he’s learned from over 25 years of developing software across a wide range of industries. Chris has given workshops across the country and spoken at conferences including ElixirConf, RailsConf, RubyConf, JavaOne, CodeMash and Scottish Ruby Conf.
The WebAssembly Component model makes it much more practical to use WebAssembly for real world use cases. Now that support for the component model has landed in wasmex, we are able host and call WASM components from our Elixir applications. This makes it possible to host and execute code written in a wide variety of languages in a secure, sandboxed environment and interact with it using idiomatic Elixir. Would you like to allow users to customize your Elixir SAAS platform with user provided Python? Have you ever wanted to write a LiveView in Golang? The possibilities are only as limited as our imagination. In this session, we will introduce the wasm component model and see what it gives us. We’ll explore the wasmex library and how it integrates wasm components in Elixir. We’ll do it all with concrete code examples so you can see how everything works.
Key Takeaways:
Target Audience: