An open API service indexing awesome lists of open source software.

https://github.com/launchscout/wasmio_2025

Slides and examples for Supervising your WebAssembly Components with Wasmex
https://github.com/launchscout/wasmio_2025

Last synced: 6 months ago
JSON representation

Slides and examples for Supervising your WebAssembly Components with Wasmex

Awesome Lists containing this project

README

          

# Wasmio2025

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 setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.