jscl icon indicating copy to clipboard operation
jscl copied to clipboard

Use BrowserFS for filesystem access?

Open phoe opened this issue 8 years ago • 3 comments

Giving you guys a heads-up:

https://github.com/jvilk/BrowserFS

This looks like a good way to implement filesystem access inside JSCL.

phoe avatar Dec 30 '16 10:12 phoe

This is cool. Although the latest release is 793 kB is a quite overload if you don't need it. So I think we should ship this as an optional module.

davazp avatar Feb 26 '17 14:02 davazp

Nonetheless, some kind of filesystem support is required for compliance with the ANSI CL standard.

phoe avatar Feb 28 '17 14:02 phoe

Sure. We can maybe add a flag at compile-time, (jscl:compile "app" :include-fs t). I think ANSI compatibility is going to be a very tricky goal. There are some parts that are just too different in JS. Like sleep and random numbers.

davazp avatar Feb 28 '17 14:02 davazp