File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ def wasmtime_fetch_remote_crates():
109
109
sha256 = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" ,
110
110
strip_prefix = "bumpalo-3.11.0" ,
111
111
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
+ ],
112
118
)
113
119
114
120
maybe (
Original file line number Diff line number Diff line change
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]
You can’t perform that action at this time.
0 commit comments