cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Synchronously load browserFS for non-chrome browser support #156

Closed jwchang0206 closed 8 years ago

jwchang0206 commented 8 years ago

The module needs to be loaded before the document is loaded or else it will overwrite it. The problem is that requirejs loads the module after the document is loaded.

I pulled out the browserFS module from RequireJS to separate module to resolve this problem.

coltonmercurio commented 8 years ago

Confirmed working. I have also submitted an Issue on the BrowserFS project, we should revert to the proper asynchronous model when it is resolved. https://github.com/jvilk/BrowserFS/issues/142