-
Does CVE-2021-46322 affect this? See https://github.com/svaarala/duktape/issues/2448 which should affect all v2.2 versions. The Changes file says
```
2.3.0 2017 2017-12-16
- update duktape…
-
- Do not use tidy-html5 from brew or default. Clone from git. Don't forget to export TIDY_ROOT as the README file says!
- To compile duktape, see https://github.com/svaarala/duktape/issues/1828
- Y…
-
looking at the code here:
https://github.com/creationix/nucleus/tree/master/implementations/duktape/duv
it looks like that is coupled to libuv and duktape, and wouldn't that mean that you would also …
-
When running `make`, the following error will appear:
`Traceback (most recent call last):
File "tools/configure.py", line 29, in
import yaml
ImportError: No module named yaml`
This is li…
-
Topics to cover:
- Footprint and memory range possible
- Coming up with a good configuration
- What platform replacement functions are usually needed
- Transcendental math functions
- Printf() and sca…
-
Hello! I'd like to be able to use your duktape extensions, such as the networking code in `main/module_os.c`, in my own project. The IDF makefiles support this via a variable `EXTRA_COMPONENT_DIRS…
-
As of #145 we now have a cleaner EcmascriptEngine interface which is satisfied via a Duktape implementation Pimpl by default. The task here is to provide another EcmascriptEngine implementation via V8…
-
From https://github.com/nucleus-js/design/blob/master/api/nucleus.md
## Guide
Properties should be added in [`src/nucleus.rs`](https://github.com/nucleus-js/rustyduk/blob/master/src/nucleus.rs).
The…
-
```js
I ipmap.go:202: D ipmap: Get: 2001:4860:4860::8844 => []
I protect.go:67: D control: netbinder: Exit: udp6([2001:4860:4860::8844]:53); err?
D bind: Exit, 214, rinr? true
W no network to…
-