-
This is the error is get when trying to execute a lua file
```
:source (no file)` command. Specifically, it mentions "cannot resolve symbol 'duk_create_heap_default': The specified procedure could …
-
I can use `mkspiffs` to build the SPIFFS filesystem image. `esptool` can flash it. In other words, `make flashdata` is successful, AFAICT.
However, upon mount, SPIFFS doesn't recognize the filesy…
-
I'm trying to use duktape with Rails environment:
- Rails 4.2.6
- ExecJS 2.7
- duktape 1.3.0.6
- autoprefixer-rails 6.0.3
After bundling gems I accessed the server and got `ExecJS::ProgramError : ide…
-
Hello,
I follow instructions in Readme:
1. Installed Python2.7
2. pip install PyYAML
3. python util\dist.py
But it gives immediate error:
**************************************************…
-
Haven't found a way to get the size of heap from JavaScript. Is that possible?
Was looking for something similar to Chrome's `window.performance.memory.usedJSHeapSize`
(Thanks for a nice JS runtime, …
-
Something like `duk_get_version()` or `duk_get_git_describe()` which returned the `git describe` string for the running Duktape version. This could be useful when dynamic linking against Duktape as a…
-
I don't know whether this is documented, but it surprised me at least, `TypedArray.prototype.slice()` doesn't appear to be supported. The following code throws "undefined not callable" upon encounter…
-
Clang (Apple LLVM version 8.1.0 (clang-802.0.42)) gives me a number of warnings that should be easy to fix. I would create a PR with the changes, but the duktape.c file is a merge of many other files,…
-
I found duktape.org while I was looking for a Javascript interpreter that could run on a microcontroller. It took me a couple minutes of digging to find https://wiki.duktape.org/portability and https:…
-
- uclibc
- musl (https://github.com/svaarala/duktape/issues/116)