EmisonLu opened issue #4356:
Is it possible for runtime to call another
host function
during the execution of ahost function
? Doeswasmtime
support this behavior?
alexcrichton closed issue #4356:
Is it possible for runtime to call another
host function
during the execution of ahost function
? Doeswasmtime
support this behavior?
alexcrichton commented on issue #4356:
Yes, host functions get access to a
Caller<'_, T>
which implementsAsContextMut
which can be used to call another function.
Last updated: Nov 22 2024 at 16:03 UTC