Files
wasmtime/crates/c-api
Alex Crichton 13ec5ff64c c-api: Add a way to get type of wasmtime_module_t (#3959)
My previous PR at #3958 accidentally removed the only way to get type
information from a `wasmtime_module_t`, so this commit re-adds methods
back in to continue to be able to get import/export information from a
compiled module.
2022-03-24 13:32:56 -05:00
..

Wasmtime's C API

For more information you can find the documentation for this library online.