Stream: git-wasmtime

Topic: wasmtime / PR #5887 Fix function call on component instance


view this post on Zulip Wasmtime GitHub notifications bot (Feb 26 2023 at 23:11):

vmx opened PR #5887 from patch-1 to main:

The exported function in the instance is not called directly by its name, but by call_<the-name>.

I guess that in the example with the interface further down, the code also needs a change. But I didn't dare to change anything there, as I haven't tried it out myself.

I haven't opened a separate issue as it was a quick fix.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2023 at 15:10):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2023 at 15:58):

alexcrichton merged PR #5887.


Last updated: Nov 22 2024 at 16:03 UTC