rusty_v8
rusty_v8 copied to clipboard
Rust bindings for the V8 JavaScript engine
👋 trying to build the latest deno 1.46.0 release, but run into some build issue with rusty_v8 0.104.0. The error log is as below: error build log ``` --- stderr...
I have to use v8 as DLL in Windows. However, when I did a FreeLibrary, I found that my process still holds the library. I tried to drop Isolate and...
Using RUSTY_V8_ARCHIVE just requires to specify the path to v8 static library, but rusty_v8 also requires prebuilt rusty_v8_src_binding. ``` error: couldn't read C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\v8-0.99.0\gen\src_binding_release_x86_64-pc-windows-gnu.rs: The system cannot find the file specified....
I just wanted to request support for providing a binary package for OpenBSD. Deno is increasing in its occurrence as a dependency for many other packages, even if those packages...
just experimenting for now
See the failure log below. freebsd14 isn't in the _HOST_OS_URL_MAP map, but downloads aren't allowed during build in package builders. It attempts to download something from https://commondatastorage.googleapis.com/chromium-browser-clang How to build...
## Introduction I would like to understand the appetite and work required to get Android and iOS support from Rusty V8. I know Android builds have previously been a included...
This isn't strictly rusty_v8, but it's been hard to find any resources on this, so I thought I'd start here since you folks might be able to help. Is there...