Skip to content

Commit fe4b855

Browse files
committed
Create patch for bumpalo
Signed-off-by: river phillips <[email protected]>
1 parent edcb294 commit fe4b855

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

bazel/cargo/wasmtime/crates.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ def wasmtime_fetch_remote_crates():
109109
sha256 = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d",
110110
strip_prefix = "bumpalo-3.11.0",
111111
build_file = Label("//bazel/cargo/wasmtime/remote:BUILD.bumpalo-3.11.0.bazel"),
112+
patches = [
113+
"@proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime-bumpalo.patch",
114+
],
115+
patch_args = [
116+
"-p1",
117+
],
112118
)
113119

114120
maybe(
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff --git a/src/lib.rs b/src/lib.rs
2+
index be68365..47c14cd 100644
3+
--- a/src/lib.rs
4+
+++ b/src/lib.rs
5+
@@ -1,4 +1,3 @@
6+
-#![doc = include_str!("../README.md")]
7+
#![deny(missing_debug_implementations)]
8+
#![deny(missing_docs)]
9+
#![no_std]

0 commit comments

Comments
 (0)