Skip to content

Commit

Permalink
fix wasm-opt error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Nov 24, 2024
1 parent 6814e24 commit 52c6fb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proj4rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ name = "rsproj"
[package.metadata.doc.rs]
all-features = true

[package.metadata.wasm-pack.profile.release]
# Fix 'table.fill requires bulk-memory on' error
wasm-opt = ["-O", "--enable-bulk-memory"]

0 comments on commit 52c6fb3

Please sign in to comment.