Skip to content

Scope

dkjs builds projects whose execution ABI is js_nodejs (a build running on Node.js) and whose targets are JavaScript or web (js_web). It does not yet generate native code. The native dk0 / dk1 binaries compile native (for example C) code for the platform they run on; for dkjs to do the same, dk needs C toolchains packaged as dk objects. That packaging is under way - CommonsBase_GNU.Toolchain.W64dev is one such package - but the set is not yet complete. Today, use dkjs for JavaScript and web builds and dk1 for native builds.