Upgrade wasmtime

This commit is contained in:
Max Brunsfeld 2024-03-20 18:23:37 -07:00
parent 8945e3a111
commit b7fcf9878e
3 changed files with 65 additions and 85 deletions

View file

@ -6,7 +6,7 @@ use std::{
mem::{self, MaybeUninit},
os::raw::c_char,
};
pub use wasmtime;
pub use wasmtime_c_api::wasmtime;
// Force Cargo to include wasmtime-c-api as a dependency of this crate,
// even though it is only used by the C code.