Skip to content

Commit

Permalink
fix wasm support for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Mar 5, 2025
1 parent c715753 commit 138df39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
14 changes: 1 addition & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions lib/vector-vrl/web-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ serde-wasm-bindgen = "0.6"
gloo-utils = { version = "0.2", features = ["serde"] }
vector-vrl-functions = { path = "../functions" }
enrichment = { path = "../../enrichment" }

[build-dependencies]
cargo-lock = "10.1.0"
# Required per https://docs.rs/getrandom/latest/getrandom/#webassembly-support
getrandom = { version = "0.2.15", features = ["js"] }

0 comments on commit 138df39

Please sign in to comment.