Erdal Karaca
Results
12
issues of
Erdal Karaca
I just experimented with the esbuild WASM module and was able to resolve paths to local file system using the File Access API. What I am missing: how to control...
The pyodide project managed to allow mounting the file system access API as a FS backend: https://github.com/pyodide/pyodide/blob/eae76c367abdf42953065bfec86c66c3d4b82b2c/src/js/api.ts#L545 It would be great to include the native file system in addition to...