Skip to content

Commit 6acb5d3

Browse files
committed
Remove all non-Apache dependencies
1 parent a28bdbc commit 6acb5d3

7 files changed

Lines changed: 139 additions & 288 deletions

File tree

matcher-rs/Cargo.lock

Lines changed: 0 additions & 253 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

matcher-rs/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@ name = "matcher-rs"
33
version = "0.1.0"
44
authors = ["rensiyuan"]
55
edition = "2024"
6-
build = "build.rs"
76

87
[lib]
98
crate-type = ["cdylib", "rlib"]
109

1110
[dependencies]
12-
lol_alloc = "0.4.1"
1311
nanoserde = "0.1"
1412

1513
[dev-dependencies]
1614

1715
[build-dependencies]
18-
bindgen = "0.72.1"
1916

2017
[profile.release]
2118
# Tell `rustc` to optimize for small code size.

matcher-rs/build.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

matcher-rs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ cargo +nightly build \
1212

1313
# 2. Further shrink using wasm-opt (if available)
1414
for wasm in target/wasm32-unknown-unknown/release/*.wasm; do
15-
wasm-opt -Oz --strip-debug --enable-bulk-memory "$wasm" -o "$wasm"
15+
wasm-opt -Oz --strip-debug --enable-bulk-memory --enable-sign-ext "$wasm" -o "$wasm"
1616
done
1717

0 commit comments

Comments
 (0)