SkylerLipthay / mini-v8

A minimal embedded V8 JavaScript engine wrapper for Rust
MIT License
104 stars 11 forks source link

Fix `v8::OwnedIsolate` memory leak caused by retain cycle in MiniV8::create_function #10

Open AlaaAlHallaq opened 1 month ago

AlaaAlHallaq commented 1 month ago

The only way to test this at least for my current expertise in Rust :