A comprehensive demo showing all Firebird capabilities for running WASM from Elixir.
mix run examples/complete_wasm_demo/demo.exs- Basic loading & calling - Rust WASM math functions
- Go WASM with WASI - TinyGo-compiled modules
- Cross-language consistency - Same functions in Go and Rust
- Memory operations - Read/write WASM linear memory, crypto ops
- One-shot API -
Firebird.run/4for single calls - With Instance - Auto-cleanup block API
- Pipe API - Chain WASM calls
- Introspection - Exports, types, info
- Connection Pool - Concurrent execution
- Algorithms - Sort, search, and more via WASM memory