Skip to content

Commit

Permalink
Remove reference to incorrect procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
beef331 committed Apr 2, 2024
1 parent 15d8eb1 commit 449f22d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/thosttowasm.nim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ suite "Host to Wasm interop":
env = loadWasmEnv(readFile"hostinterop.wasm", loadAlloc = true)
arrCheck1 = env.findFunction("arrCheck1", [I32], [I32])
arrCheck2 = env.findFunction("arrCheck2", [I32], [I32])
getCstring = env.findFunction("returnCstring", [], [I32])
getCstringArray = env.findFunction("returnCstringArray", [I32], [I32])
getSizedCstringArray = env.findFunction("returnSizedCstringArray", [I32], [I32])

Expand Down

0 comments on commit 449f22d

Please sign in to comment.