V8 javascript bindings for Rust
https://github.com/denoland/rusty_v8/
Do not install. Only used as the first stage for building deno, and for development/debugging purposes.
Deno offers an alternate build, where the v8 engine is referenced through a static binary dump.
This package exists just to test rusty_v8 in isolation. It will generate binaries that include full debug symbols/tables.
Users should refer to the deno package for an integrated build without development symbols.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / rusty_v8
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:javascript/rusty_v8 && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_constraints | 0000000426 426 Bytes | |
_service | 0000000857 857 Bytes | |
compiler-rt-adjust-paths.patch | 0000001236 1.21 KB | |
deno-v8-arm.patch | 0000000833 833 Bytes | |
rusty_v8-130.0.1.tar.zst | 0062434329 59.5 MB | |
rusty_v8-rpmlintrc | 0000000430 430 Bytes | |
rusty_v8.changes | 0000038276 37.4 KB | |
rusty_v8.obsinfo | 0000000099 99 Bytes | |
rusty_v8.spec | 0000003852 3.76 KB | |
vendor.tar.zst | 0022331771 21.3 MB |
Latest Revision
buildservice-autocommit
accepted
request 1225589
from
Soc Virnyl Estela (uncomfyhalomacro)
(revision 99)
baserev update by copy to link target
Comments 3
32-bit (i586) started failing here:
https://github.com/denoland/rusty_v8/pull/1275#pullrequestreview-1542393968
EDIT: fixed by fix: 32-bit build fails on non-size_t based size assertions (#1289)
another 32-bit build failure:
https://github.com/denoland/rusty_v8/pull/1374#pullrequestreview-1874429736
latest issue:
https://github.com/denoland/rusty_v8/issues/1587