Writing native modules in C for QuickJS engine
Basic introduction to native C modules for QuickJS
Few days ago a new Javascript engine was released by Fabrice Bellard, the QEMU and FFmpeg creator.
This caught my eye, because I’m a Javascript developer and I’ve been always interested in NodeJS internals, so I saw a good opportunity to learn more about how the JS code is…