Skip to content

Commit

Permalink
Remove simd compile option for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Dec 30, 2023
1 parent 9dd5c3b commit 7d1d45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/diffhtml-rust-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bench = false
crate-type = ["cdylib"]

[dependencies]
tl = { version = "0.7.7", features = ["simd"] }
tl = { version = "0.7.7", features = [] }
wasm-bindgen = { version = "0.2.88", features = [] }
serde = { version = "1.0", features = ["derive"] }
js-sys = "0.3.60"
Expand Down
2 changes: 1 addition & 1 deletion packages/diffhtml-rust-parser/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default:
RUSTFLAGS="-C target-feature=+simd128" cargo +nightly build --release
cargo +nightly build --release
mkdir -p dist
wasm-bindgen ./target/wasm32-unknown-unknown/release/parser.wasm --target=bundler --omit-default-module-path --out-dir dist

0 comments on commit 7d1d45e

Please sign in to comment.