build(deps): bump wasmtime to v21

This commit is contained in:
Amaan Qureshi 2024-05-26 01:17:45 -04:00
parent fc146ad510
commit 7f4a57817d
4 changed files with 207 additions and 141 deletions

View file

@ -19,8 +19,7 @@ fn main() {
config
.define("TREE_SITTER_FEATURE_WASM", "")
.define("static_assert(...)", "")
.include(env::var("DEP_WASMTIME_C_API_INCLUDE").unwrap())
.include(env::var("DEP_WASMTIME_C_API_WASM_INCLUDE").unwrap());
.include(env::var("DEP_WASMTIME_C_API_INCLUDE").unwrap());
}
let manifest_path = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap());