denoland / rusty_v8

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

feature: wasm32 target #1512

Closed Polygons1 closed 1 week ago

Polygons1 commented 1 week ago

I just need a wasm32-unknown-unknown release for my little project. thanks

devsnek commented 1 week ago

This would require upstream support for this target in V8 first.