Potential demo WASM modules
This is a list of potentially interesting WASM modules/projects to look at trying to integrate with Godot via this library:
- "WASM Shenzhen solitaire"
- "port of Hunter X's pico-8 version of Zachtronic's Shenzhen Solitaire." (as an example of PICO-8 WASM output (see also). (Idea via here).)
- JS wrapper: https://ryan1729.github.io/wasm_shenzhen_solitaire/wasm_shenzhen_solitaire.js (non-minified)
- WASM file: https://ryan1729.github.io/wasm_shenzhen_solitaire/wasm_shenzhen_solitaire.wasm (Can use WASM Exploder to view imports/exports.)
- "Compiling a face detector written in C to WebAssembly"
- browser demo: https://demos.tehnokv.com/pico-to-wasm/
- JS wrapper: https://demos.tehnokv.com/pico-to-wasm/wasmpico.js (somewhat minified but pretty-printable in browser.)
- WASM file: https://demos.tehnokv.com/pico-to-wasm/wasmpico.wasm
See also: "Projects" section of http://www.labradoc.com/i/follower/p/notes-webassembly
Edited by follower @ RancidBacon