-
I finally started writing libuv bindings to duktape and hid a pretty hard wall. Libuv is callback based. One function like `uv_timer_start` will accept a C struct `uv_timer_t` and a C function pointe…
-
While trying to write bindings for this project, I've discovered that WAMR needs various flags. For example, it always needs [-lpthread](https://github.com/bytecodealliance/wasm-micro-runtime/issues/1…
-
Issue reported by @mikeseaversu
---
Hi amitkr,
Thanks for your reply. Below is my procedure to build and test
nodejs-db-informix.
1. Install npm, node.js
2. $ npm install nodejs-db-informix
npm ht…
-
### SerialPort Version
v9 and v11 (at least)
### Node Version
v20.3.1
### Electron Version
n/a
### Platform
OpenSUSE Tumbleweed: Linux localhost.localdomain 6.4.3-1-default #1 SMP PREEMPT_DYNA…
-
Remaining work to be done from: https://github.com/mapbox/mapbox-gl-native/pull/15385
- [x] Remove duplicated bots from `legacy`
- [ ] Remove node-js dependency for running core tests (depends on …
-
I'm looking into upgrading this library to version 1 of libuv (1.0.2).
Looks like most things are working out of the box, but I'm struggling with scandir changes, specifically scandir_next.
Do you ha…
-
I benchmarked Julia network IO by issuing 1 MB writes to cloud blob storage (on Azure, using Azure VM), issuing up to N requests concurrently, using each request in separate Julia task. The N here was…
-
This is a followup issue for #2
## Issue Description
Currently, users of the `async_uws` crate must manually install and configure system dependencies such as `libuv`, `OpenSSL`, and the appropria…
-
Are there plans to pass on the C `argv` into the script environment to allow scripts to do command line parsing? This would be quite useful for e.g. Duktape's DukLuv based JSON proxy.
I tried to figu…
-
In my bindings, `uv_fs_read` is the only place in all of libuv where I have to externally track the read buffer to get the result. In others like `uv_read`, the callback gives me a `uv_buf_t` which c…