Skip to content

Commit

Permalink
adapt func
Browse files Browse the repository at this point in the history
  • Loading branch information
armincosta committed Oct 15, 2024
1 parent cdbafdd commit 811aea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Dpdl_tutorial_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ We create a file named 'test_wasm.h' in the folder './DpdlLibs/DpdlWasm' with th
```python
println("testing access to wasm functions...")

object mylib = dpdl_wasm_obj_create("./DpdlLibs/DpdlWasm/mytest_lib/target/wasm32-wasi/release/mytest_lib.wasm")
object mylib = dpdl_wasm_obj_load("./DpdlLibs/DpdlWasm/mytest_lib/target/wasm32-wasi/release/mytest_lib.wasm")

raise(mylib, "Error in loading wasm lib")

Expand Down

0 comments on commit 811aea9

Please sign in to comment.