rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

Rust bindings for the V8 JavaScript engine

Results 167 rusty_v8 issues
Sort by recently updated
recently updated
newest added

``` 18.6 ns per run 53.7 million ops/sec → new_ # main 16.4 ns per run 61.2 million ops/sec → new_ # patch ```

It does not trigger ASAN but only fails under it. ``` ---- bubbling_up_exception stdout ---- thread 'bubbling_up_exception' panicked at tests/test_api.rs:10982:3: assertion failed: !scope.has_caught() note: run with `RUST_BACKTRACE=1` environment variable to...

Hi! Thanks a lot for bringing V8 to rust world! This is awesome! :) I've found a little issue when cross-compiling this wonderful library and I'm happy to share my...

- Download dependencies directly using the DEPS file - Don't include any v8 source code in the crate - Fix builds for android - Move away from relying on secondary_tree...

The docstring for [HostImportModuleDynamicallyCallback](https://docs.rs/v8/latest/v8/trait.HostImportModuleDynamicallyCallback.html) says > The referrer contains metadata about the script/module that calls import. but there is no argument called `referrer` in the example code. The arguments `resource_name`...

documentation
good first issue

I'm currently facing a wall where I need to somehow get a single string into a native code function. Obviously I cannot just let the closure capture it as that...

Hello all! I am trying to build rusty_v8 (https://github.com/denoland/rusty_v8) with an old version of v8. I saw that there is an env var RUSTY_V8_ARCHIVE, so i tried to build v8...

Can you provide Android/iOS ARM64 prebuild static (or dynamic) library? so we can use this awesome project easy.

Hi, if you take one of the examples like hello_world and run the code twice, it'll give the error "Invalid global state". From what I can see, it's in the...