This is the repo for the WASM/IO 2025 talk "Supervising your WebAssembly Components with Wasmex". The source
for the slides are in assets/slides.md.
To start the server which serves the slides and examples:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.