denoland / rusty_v8

Rust bindings for the V8 JavaScript engine
https://crates.io/crates/v8
MIT License
3.28k stars 308 forks source link

chore: Allow Rust ASAN flags to propagate into v8 build #1449

Closed mmastrac closed 5 months ago

mmastrac commented 5 months ago

Runs ASAN on every build as part of the Mac runs. I wasn't able to get this working for Linux :/