Initial reorg.
This is largely the same as #305, but updated for the current tree.
This commit is contained in:
5
crates/misc/py/examples/gcd/run.py
Normal file
5
crates/misc/py/examples/gcd/run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import wasmtime
|
||||
import gcd
|
||||
|
||||
print("gcd(27, 6) =", gcd.gcd(27, 6))
|
||||
|
||||
Reference in New Issue
Block a user