github-actions[bot] commented on Issue #1965:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on Issue #1965:
Thanks for this! I'm curious, though, would y'all be able to switch to using the
get*
family of functions? Not a whole lot of effort has gone into makingFunc::call
(orFunc::new
) all that fast since it's imagined that most speed-critical usage would useFunc::wrap
andFunc::get*
.
pepyakin commented on Issue #1965:
That's what we aim for! As a stop gap, however, we are stuck with
Func::new
since right now the signatures of the all host functions published are not known statically.
alexcrichton commented on Issue #1965:
Ok, sounds like a reasonable stopgap in the meantime then
Last updated: Nov 22 2024 at 16:03 UTC