jsvu icon indicating copy to clipboard operation
jsvu copied to clipboard

JavaScript (engine) Version Updater

Results 29 jsvu issues
Sort by recently updated
recently updated
newest added

Honestly, I'm not 100% sure that it's the right way to do it, I just looked at the recent builds and noticed that fo success builds `results` is 0, and...

The newest release (23.0.0 yesterday) uses `graal-` instead of `vm-`, so downloading the latest release breaks with a 404.

Hermes provides universal Darwin binaries.

(feat): Added aarch64 support for graaljs linux and macos Closes: https://github.com/GoogleChromeLabs/jsvu/issues/132

# Tracking issue Closed by: - [ ] https://github.com/GoogleChromeLabs/jsvu/pull/131

``` ➜ v8-debug --allow-natives-syntax ➜ v81 v8-debug --allow-natives-syntax V8 version 10.9.124 d8> const arr = [1,2,3] undefined ➜ d8> %SystemBreak() /Users/didi/.jsvu/v8-debug: line 2: 38695 Trace/BPT trap: 5 "/Users/didi/.jsvu/engines/v8-debug/v8-debug" --snapshot_blob="/Users/didi/.jsvu/engines/v8-debug/snapshot_blob.bin" "$@"...

Hi i attempted to use this tool mainly for quickjs and it's compiling javascript ability, but sadly quickjsc binary wasn't included and i need it

Hi all! I would like to support our lightweight, cross-platform JavaScript engine [Escargot](https://github.com/Samsung/escargot) for jsvu. Currently, Escargot enables compatibility across multiple platforms - including Linux, macOS, and Windows - while...