-
Updated
Apr 1, 2022 - C++
javascript-engine
Here are 63 public repositories matching this topic...
-
Updated
Mar 24, 2022 - C
-
Updated
Apr 8, 2022 - JavaScript
We can currently convert most of Rust's basic types to JsValue
, but since the i128
type was a late addition to Rust, we don't offer that conversion. You can implement it by checking how this is done for i64
:
https://github.com/boa-dev/boa/blob/e2630faf82a27e958d0ca6c9b1c81554bcc07ff3/boa_engine/src/value/mod.rs#L1003-L1008
-
Updated
Mar 19, 2022 - C
The README recommends adding ~/.jsvu
to the $PATH
. If you look at its contents, however:
▲ ~/ ls ~/.jsvu
. .. engines status.json v8
you'll see that I get the v8
binary (good!), but also I'm exposing status.json
and engines
to my $PATH
▲ ~/ engines
zsh: permission denied: engines
▲ ~/ status.json
zsh: permission deni
-
Updated
Feb 28, 2022 - C
-
Updated
Oct 14, 2021 - Go
right now, we have a bunch of warnings in Clippy. We could fix them gradually. And set up Clippy in Ci at last.
Replace copy_dir
copy_dir
is quite outdated and tends to introduce a duplicate dependency on walkdir
.
We can either ship a compressed version of the code, which is then uncompressed instead of copying the source directory.
Or switch to a different dependency like fs-extra
.
See libquickjs-sys/build.rs
.
-
Updated
Oct 12, 2021 - C++
-
Updated
Mar 30, 2022 - C#
-
Updated
Sep 14, 2021 - Pascal
-
Updated
Sep 17, 2021 - Python
-
Updated
Apr 12, 2022 - C++
-
Updated
Nov 22, 2021 - C#
-
Updated
Apr 9, 2022 - C
-
Updated
Aug 14, 2019 - C
-
Updated
Jul 20, 2021 - Python
-
Updated
Nov 18, 2021 - Kotlin
-
Updated
May 24, 2021 - C#
-
Updated
May 28, 2020 - Rust
-
Updated
Jun 28, 2018 - Java
-
Updated
Jun 28, 2020 - C#
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Nov 26, 2021 - C
-
Updated
Aug 7, 2021 - C
Improve this page
Add a description, image, and links to the javascript-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javascript-engine topic, visit your repo's landing page and select "manage topics."
the following poc cause a assertion failure in "debug" build on ubuntu.