Commit graph

17 commits

Author SHA1 Message Date
Christoph Herzog
92e68b9145 Bump bindgen/cc versions 2021-02-04 22:00:54 +01:00
Christoph Herzog
7b8412d11c Bump versions (0.4.0) 2021-02-04 21:57:03 +01:00
Christoph Herzog
5f2e0c622e (cargo-release) version 0.8.0 2020-09-29 16:00:46 +02:00
Christoph Herzog
752df5500e (cargo-release) version 0.7.0 2020-07-09 01:56:23 +02:00
Christoph Herzog
76f772e0b1 Release 0.3.2 2020-05-25 16:45:53 +02:00
Cheng XU
d705b7f85f libquickjs-sys: use cc to determine the proper compiler
This allows us to build quickjs for the following targets:
* `x86_64-unknown-linux-musl`
* `x86_64-pc-windows-gnu` (through cross-compilation)
2020-04-13 11:54:10 +02:00
Christoph Herzog
b0b54e73f9 libquickjs-sys v0.5.0 release 2020-03-24 23:20:08 +01:00
Mrmaxmeier
0284b12036 fix build for bignum feature 2020-01-28 21:00:26 +01:00
Christoph Herzog
306835e393 release: prepare v0.3.0 2019-11-02 23:47:33 +01:00
Christoph Herzog
5578af79a9 Update quickjs to 2019-10-27 2019-11-02 22:59:17 +01:00
Alexander Rodin
308686035b feat: Arbitrary Precision Integer Support
Implement support for the arbitrary precision integers feature of
quickjs.

In Rust, values are represented with the num-bignum::BigInt type.
2019-09-26 18:08:06 +02:00
Alexander Rodin
fd24e206f2 Add "patched" feature with "stack-overflow-signed.patch"
This commit adds a new "patched" feature to both the
bindings and the main crate.

This feature applies patches to the embedded version that fix up/extend quickjs.

All patches are in libquickjs-sys/embed/patches.
2019-08-13 00:06:25 +02:00
Christoph Herzog
ef0e6399ca lib: Bump libquickjs-sys to 0.3.0 2019-08-12 08:52:27 +02:00
Christoph Herzog
675139ee2e 0.2.0 release 2019-07-31 00:36:48 +02:00
Christoph Herzog
3851a43e85 Rename crate to quick-js 2019-07-22 09:49:30 +02:00
Christoph Herzog
af0cd2bf7f 0.1.0-alpha.4 release with updated QuickJS 2019-07-22 09:30:04 +02:00
Christoph Herzog
51d0f28b20 Refactor crate names... damn name squatters! 2019-07-16 23:47:12 +02:00
Renamed from quickjs-sys/Cargo.toml (Browse further)