Skip to content

Commit

Permalink
2024-10-17 15:51:28
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 17, 2024
1 parent 4b56ffe commit 4443362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/add.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pywasm
pywasm.on_debug()
# pywasm.on_debug()

runtime = pywasm.load('./examples/add.wasm')
r = runtime.exec('add', [4, 5])
Expand Down

0 comments on commit 4443362

Please sign in to comment.