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
- Host: GitHub
- URL: https://github.com/launchscout/wasmio_2025
- Owner: launchscout
- Created: 2025-03-23T21:00:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T21:01:54.000Z (over 1 year ago)
- Last Synced: 2025-05-15T17:15:51.093Z (about 1 year ago)
- Language: HTML
- Size: 8.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.