blob: 282e6f3a71121317a2329db82a77625e9e1f4c2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff --color -Naur wasmtime-0.28.0/crates/c-api/Cargo.toml wasmtime-0.28.0/crates/c-api/Cargo.toml
--- wasmtime-0.28.0/crates/c-api/Cargo.toml 2021-06-18 19:12:33.297847497 +0200
+++ wasmtime-0.28.0/crates/c-api/Cargo.toml 2021-06-18 19:13:22.564455723 +0200
@@ -1,6 +1,6 @@
[package]
name = "wasmtime-c-api"
-version = "0.19.0"
+version = "0.28.0"
authors = ["The Wasmtime Project Developers"]
description = "C API to expose the Wasmtime runtime"
license = "Apache-2.0 WITH LLVM-exception"
@@ -38,3 +38,8 @@
jitdump = ["wasmtime/jitdump"]
cache = ["wasmtime/cache"]
wasi = ['wasi-common', 'wasi-cap-std-sync', 'wasmtime-wasi', 'cap-std']
+
+[package.metadata.capi.header]
+generation = false
+[package.metadata.capi.install.include]
+asset = [{from = "include/**/*"}, {from = "wasm-c-api/include/*.h"}]
|