wasmtime-py 0.15.0

Python extension for Wasmtime
Documentation
1
2
3
4
5
import wasmtime
import gcd

print("gcd(27, 6) =", gcd.gcd(27, 6))