See ticket #22374
This MR implements mkdir
for JavaScript targets (linked as h$mkdir
because of how the JavaScript backend treats c imports). The implementation lives in base/jsbits/base.js
.
The tests openFile003
and TargetContents
are partially fixed by this MR, but are still erroring due to #22362 (closed)