Files
wasmtime/crates/c-api
Alex Crichton 0a0c232a14 Fix CI for Rust 1.61.0 (#4164)
A new version of rustc was released this morning and we have a few small
breakages on our CI which need fixing:

* A new warning was coming out of the c-api crate about an unneeded
  `unsafe` block.
* The panic message of a task in `cranelift-object` needed updating
  since the standard library changed how it formats strings with the nul
  byte.
2022-05-19 10:44:45 -05:00
..
2022-05-19 10:44:45 -05:00
2022-04-28 12:47:12 -05:00

Wasmtime's C API

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