txiki.js
txiki.js copied to clipboard
Native Libraries
Is There Any way that you can add the header quickjs-libc.h and quickjs-libc.c from quickjs so we can import native Libraries?
I don't want to bundle the entire libc that QuickJS provided, I have reimplemented most of it on top of libuv already.
Binary modules are the one missing part but it's not a technical problem, but a design one at this point.
I'd like to go the FFI route instead of the native modules route.
FFI support is builtin now.