Hi everyone,
I'd like to use the new Linker interface from C. Are there plans to support get_by_name
and get_one_by_name
from the C API as well? Would a PR adding support for it be welcome? Thanks.
PR submitted here: https://github.com/bytecodealliance/wasmtime/pull/1897 (Thank you for looking into it @Alex Crichton !)
I also wonder if exposing the Func.getN()
methods (https://bytecodealliance.github.io/wasmtime/api/wasmtime/struct.Func.html#method.get0) would be welcome? In my C embedding, there certainly will be functions of which the type signature will be statically known, and I'd like to take advantage of that.
@Thibault Charbonnier I've long wanted to add that to the C API as well
I'm not entirely sure the best way to expose it though, buf if you'd like to give it a stab feel free!
Last updated: Nov 22 2024 at 16:03 UTC