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