summaryrefslogtreecommitdiffstats
path: root/patch-c-api-cargo.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patch-c-api-cargo.diff')
-rw-r--r--patch-c-api-cargo.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/patch-c-api-cargo.diff b/patch-c-api-cargo.diff
new file mode 100644
index 0000000..8731aa0
--- /dev/null
+++ b/patch-c-api-cargo.diff
@@ -0,0 +1,18 @@
+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,6 @@
+ jitdump = ["wasmtime/jitdump"]
+ cache = ["wasmtime/cache"]
+ wasi = ['wasi-common', 'wasi-cap-std-sync', 'wasmtime-wasi', 'cap-std']
++
++[package.metadata.capi.header]
++generation = false