bobappleyard

Results 2 issues of bobappleyard

Is there any documentation describing what the API elements are for and what they do? I can't find any, but I have probably missed something.

There is a configuration function in the wasmtime C API, in [config.h](https://docs.wasmtime.dev/c-api/config_8h_source.html): `void wasmtime_config_wasm_tail_call_set(bool)`. This enables the tail call proposal, allowing modules containing `return_call` and `return_call_indirect` instructions to be executed....