1DOLLY 32MODULE default345USE HOST /modules/bootstrap.dm aee346d9fdc9ddfdffdcf74d0a58647f5b49110e8dc808b0907004b144bb5dd86USE HOST /modules/core-tools.dm 42bc8954f5f995a05262752bac670967c3a5a13edcecca7e325dc814d28506b27USE HOST /modules/download.dm 74b6c1c6a911150a593758806ee5939f52f42cdb93632f68406adcecb0ca03bf8USE HOST /modules/upload.dm 71da809b012f0228082a39240075387b23a44d8ba24a3a641b0f85a899606ea09USE HOST /modules/tar.dm cc9e50ec101244cbf57f926b82d537da9efe0d18d483a8b3f38dfde35096010110USE HOST /modules/make.dm f97fe7ed3f4729a2196f860a317bb5081ba6ad2115b9fd0225dd8f05ea0e02a111USE HOST /modules/cpp.dm a7ede03621f9a6de44d4c2c9dbe64dce96c87b286aab6216a3390c64eb3eed5212USE HOST /modules/ninja.dm 84b060b2ab700c37083cd698a619630d1f25663156320a0acae3fe07053777f713USE HOST /modules/zlib.dm c5671bb656443794bbb15aac5c9eebbd48621aea664b002c9757aaf9742ca1a914USE HOST /modules/curl.dm f92d767aa1a4be186afdace77df9d7bdb846f8a96267c8062bc21617eff9c91915USE HOST /modules/git.dm 70c6691e9f126fa1c9168bc5c44568063de4163a96b6dd5d9c51a90724a8e6fa16USE HOST /modules/awk.dm b9ff535f661dd7e24b0136e3067d08b5880c16fae6abce38bd1677428ac72a6517USE HOST /modules/sbase.dm 1c803f9d9d210c7d1fc6b1b56b6efc4e3e4c2976bbeed07f0699ecbe8724099f18USE HOST /modules/sbase-tools-1.dm d02a8f66c3c7f0b96ad161ac4cba46aa022ff2f52c7979891d074aa7889f832919USE HOST /modules/sbase-tools-2.dm f484a24bd78808fee3c0c88cce66a24bf31134cf022149cdebd0c83b89218c2f20USE HOST /modules/sbase-tools-3.dm 6a2bfd5547a3931fd1c0af510f6844a9088a361709fbd874ac9ac7011f32769a21USE HOST /modules/sbase-tools-4.dm ec9a92a547ff20e1ac919fc5c1534bae4eb90374fd9ba45708fa38aa62207f4a22USE HOST /modules/sbase-tools-5.dm 91304d7f7074949b49700d622745315f49c9b31ed95aaf2625bf758f4f1370b923USE HOST /modules/sbase-tools-6.dm 9ac0983ae4628041abdf24d510de4b8a84b3588e34df7615d22b47f31313e5e524USE HOST /modules/sbase-tools-7.dm e4b3c1010b9cfdbb21deb1f28429aab6a02f69483b182e73f7f88d936056899225USE HOST /modules/sbase-tools-8.dm c216ed15fb014a9d387152a1dfae39b33792b907daeab964a70a3c9839e1c29f26USE HOST /modules/sbase-tools-9.dm eff5de6801c4d483b2853fa027f07beaed666239517255b3a9ed8d5dd4d249c827USE HOST /modules/sbase-tools-10.dm 5eb35e784f68afbf40e5509a047a386f689d90d69dd3dccaf535f39b4d18c99928USE HOST /modules/sbase-tools-11.dm e8121cc66576e4641cb99bbfb5fe60c07749b725a0c3a7a3c6e6e677a42ccd9f29USE HOST /modules/sbase-tools-12.dm 6f1a4fc873a037e749f9456711be8d1424decb454f4379e954239a613484726630USE HOST /modules/agent-tools.dm c431eced287781cca823f7ac28a13f8eb81f59ae6a818339818847b7bd593bed313233EXPORTS HEADER /usr/include34EXPORTS HEADER /usr/include/dolly/toolchain.h35EXPORTS HEADER /usr/include/dolly/runtime.h36EXPORTS HEADER /usr/include/dolly/process.h37EXPORTS HEADER /usr/include/dolly/http.h38EXPORTS HEADER /usr/include/dolly/display.h39EXPORTS HEADER /usr/include/dolly/download.h40EXPORTS HEADER /usr/include/c++/v141EXPORTS HEADER /usr/include/zlib.h42EXPORTS HEADER /usr/include/zconf.h43EXPORTS HEADER /usr/include/curl4445EXPORTS LIB compiler-rt /usr/lib/libclang_rt.builtins.a46EXPORTS LIB c++ /usr/lib/dolly/process/libc++-ww-wasmexcept.a47EXPORTS LIB c++abi /usr/lib/dolly/process/libc++abi-ww-wasmexcept.a48EXPORTS LIB z /usr/lib/libz.a49EXPORTS LIB curl /usr/lib/libcurl.a5051EXPORTS ENV CC52EXPORTS ENV CXX53EXPORTS ENV AR54EXPORTS ENV SHELL55EXPORTS ENV PATH5657EXPORTS TOOL slop58EXPORTS TOOL dollyfile59EXPORTS TOOL foreground60EXPORTS TOOL help61EXPORTS TOOL pwd62EXPORTS TOOL cd63EXPORTS TOOL cat64EXPORTS TOOL echo65EXPORTS TOOL mkdir66EXPORTS TOOL touch67EXPORTS TOOL rm68EXPORTS TOOL clear69EXPORTS TOOL ls70EXPORTS TOOL stat71EXPORTS TOOL file72EXPORTS TOOL test73EXPORTS TOOL [74EXPORTS TOOL mv75EXPORTS TOOL cp76EXPORTS TOOL download77EXPORTS TOOL upload78EXPORTS TOOL tar79EXPORTS TOOL make80EXPORTS TOOL ninja81EXPORTS TOOL curl82EXPORTS TOOL git83EXPORTS TOOL awk84EXPORTS TOOL printf85EXPORTS TOOL grep86EXPORTS TOOL sed87EXPORTS TOOL head88EXPORTS TOOL wc89EXPORTS TOOL cut90EXPORTS TOOL od91EXPORTS TOOL true92EXPORTS TOOL false93EXPORTS TOOL sort94EXPORTS TOOL uniq95EXPORTS TOOL basename96EXPORTS TOOL dirname97EXPORTS TOOL tr98EXPORTS TOOL cmp99EXPORTS TOOL date100EXPORTS TOOL mktemp101EXPORTS TOOL sha256sum102EXPORTS TOOL md5sum103EXPORTS TOOL sleep104EXPORTS TOOL ln105EXPORTS TOOL readlink106EXPORTS TOOL rmdir107EXPORTS TOOL seq108EXPORTS TOOL paste109EXPORTS TOOL comm110EXPORTS TOOL expr111EXPORTS TOOL nl112EXPORTS TOOL join113EXPORTS TOOL split114EXPORTS TOOL strings115EXPORTS TOOL cksum116EXPORTS TOOL fold117EXPORTS TOOL expand118EXPORTS TOOL unexpand119EXPORTS TOOL tsort120EXPORTS TOOL pathchk121EXPORTS TOOL cc122EXPORTS TOOL c++123EXPORTS TOOL ld124EXPORTS TOOL ar125EXPORTS TOOL install126EXPORTS TOOL which127EXPORTS TOOL command128EXPORTS TOOL xargs129EXPORTS TOOL find130EXPORTS TOOL tail131EXPORTS TOOL tee132EXPORTS TOOL env133EXPORTS TOOL printenv134EXPORTS TOOL rev135EXPORTS TOOL timeout136EXPORTS TOOL time137EXPORTS TOOL uname138EXPORTS TOOL hostname139EXPORTS TOOL realpath140EXPORTS TOOL diff141EXPORTS TOOL patch142EXPORTS TOOL du143EXPORTS TOOL dd144EXPORTS TOOL tty145EXPORTS TOOL gzip146147EXPORTS FOLDER process-sdk /usr/lib/dolly/process148EXPORTS FOLDER /usr/lib/clang/24/include149EXPORTS FILE compiler /usr/libexec/dolly/process-bin/compiler150EXPORTS FILE kernel-plugin-abi /usr/lib/dolly/dolly-kernel-plugin-0.wasm151