Overview
Cpp.js includes helper JavaScript functions to handle cross-platform differences and simplify usage. This document provides an overview of these functions.
File System Functions
Name | Platform |
---|---|
generateVirtualPath | browser |
unmount | browser |
autoMountFiles | browser |
getFileBytes | browser, node.js |
getFileList | browser, node.js |
Utility Functions
Name | Platform |
---|---|
toArray | all |
toVector | all |