duktape icon indicating copy to clipboard operation
duktape copied to clipboard

Duktape - embeddable Javascript engine with a focus on portability and compact footprint

Results 146 duktape issues
Sort by recently updated
recently updated
newest added

# Version ``` $ git show commit 47eedc5d53cdab72c5933148496b91142d5f0940 (HEAD -> master, origin/master, origin/HEAD) Merge: f203a13e 7f66f09f Author: Sami Vaarala Date: Sun Sep 10 16:07:39 2023 +0300 ``` # Platform ```...

# Version ``` $ git show commit 47eedc5d53cdab72c5933148496b91142d5f0940 (HEAD -> master, origin/master, origin/HEAD) Merge: f203a13e 7f66f09f Author: Sami Vaarala Date: Sun Sep 10 16:07:39 2023 +0300 ``` # Platform ```...

# Version ``` $ git show commit 47eedc5d53cdab72c5933148496b91142d5f0940 (HEAD -> master, origin/master, origin/HEAD) Merge: f203a13e 7f66f09f Author: Sami Vaarala Date: Sun Sep 10 16:07:39 2023 +0300 ``` # Platform ```...

https://github.com/svaarala/duktape/compare/v2.7.0...master shows more tahn 200 commits dsince last release. Do you have any plans to release new version soon? 🤔

In my tests CBOR.encode is around ~3x slower than JSON.stringify, but CBOR.decode is ~3.7x faster. Would be incredible if CBOR.encode could achieve similar performance as JSON.stringify. Has anyone looked into...

**Duktape Version** - Release 2.7.0 - [47eedc5d53](https://github.com/svaarala/duktape/tree/47eedc5d53cdab72c5933148496b91142d5f0940) **OS** - Ubuntu 20.04 **Description** A series of snippets involving undefined and postfix operators that should not be valid JavaScript code don't result...

**Duktape Version** - Release 2.7.0 - [47eedc5d53](https://github.com/svaarala/duktape/tree/47eedc5d53cdab72c5933148496b91142d5f0940) **OS** - Ubuntu 20.04 ** Description** Breaking out of a labeled block with only one statement throws an error. **Test case** ```js label1:...

https://github.com/svaarala/duktape/tree/master/extras/cbor Trying to install the command line interface for CBOR. No instructions for dependencies are provided. ``` duktape/extras/cbor$ make jsoncbor rm -rf ./prep python2 ../../tools/configure.py --quiet --output-directory ./prep \ -DDUK_USE_JSON_DECNUMBER_FASTPATH...

Hi there, I know a single duk_context instance is for called from the same native thread context, unless duk_suspend/duk_resume applied, but within the same thread context, when JS calls my...