Skip to content
Prev Previous commit
Next Next commit
enable js feature of getrandom only for wasmbind
  • Loading branch information
bdemann authored and youknowone committed Aug 8, 2024
commit d8c35770ab429f6994f150b787746a020e998f9a
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ thread_local = { workspace = true }
memchr = { workspace = true }

caseless = "0.2.1"
getrandom = { version = "0.2.12", features = ["js"] }
getrandom = { version = "0.2.12", features = ["custom"] }
flamer = { version = "0.4", optional = true }
half = "1.8.2"
memoffset = "0.9.1"
Expand Down