# Wasm Integration This example shows a Guppy module that binds to exported functions from a Wasm file and then uses those functions inside a compiled program. ## Example Guppy source Source file: `guppy_examples/quantinuum-hardware-only/wasm-quantum-1.py` ```{literalinclude} ../../guppy_examples/quantinuum-hardware-only/wasm-quantum-1.py :language: python ```