Skip to content

Commit a929115

Browse files
committed
fix(wasm): fix compilation target for wasm
1 parent 5905dbc commit a929115

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.2 - 24-11-2022
2+
3+
* Fix a bug in wasm target compilation that make it impossible to compile
4+
15
## 2.5.1 - 23-11-2022
26

37
* Ensure order for rules, no rules will always be applied in the same order even if they have the same priority, as they are sorted by their ID

src/api/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mod body_filter;
2-
#[cfg(not(target_arch = "wasm32"))]
32
mod examples;
43
mod explain_request;
4+
#[cfg(not(target_arch = "wasm32"))]
55
mod ffi;
66
mod header;
77
mod header_filter;

0 commit comments

Comments
 (0)