alexcrichton commented on issue #2895:
Thanks for the report! I'll look to update this documentation in https://github.com/bytecodealliance/wasmtime/pull/2897 as I touch a whole bunch of other docs too.
alexcrichton commented on issue #2895:
I think this was fixed in #2897
alexcrichton closed issue #2895:
The following functions in C API are actually not implemented in rust, but not marked as unimplemented in the documentation. This may cause linker errors when downstream bindings try to consume the headers and emit foreign function declarations.
wasm_frame_copy wasm_func_as_extern_const wasm_global_as_extern_const wasm_table_as_extern_const wasm_memory_as_extern_const
Last updated: Nov 22 2024 at 16:03 UTC