Results 3 comments of Desmond

@oeway Hey, are you trying to bind it with pyodide? Was doing the same thing here, hope you find a solution, running pyodide in main thread is causing my App...

I was able to do just the normal WorkerFS.Create, then have the cb fs as global, call it in pyodide like ``` import js import pandas as pd js.fs.mkdir('test') ```...

Hi guys, is this project still active? I saw the creator of Iodide mentioned something about using browsix as a solution for Pyodide's muti-threading, it would be cool to have...