Wasm I/O 2025 Presentation and demo materials
The slides have been uploaded here.
The recording will be uploaded shortly to YouTube and the link will be updated here.
For more information on wasi-gfx, see here.
To run the Bevy (or AI) demos, please see the notes from WasmCon 2024 here.
To run the 3D buildings / lighting demo, please contact [email protected].
To run the Plugin / Adria example:
- Use this fork/branch of Adria.
- Build the plugin guest from the branch here.
- Use the prebuilt plugin runtime here.
- Replace any paths in main.cpp in Adria to the plugin runtime dll and plugin guest wasm to your paths (and any necessary .h includes).
- Note the plugin runtime is source-available. Please contact [email protected] for more information.
Happy rendering!