nelson-lang / nelson-minimalist-core

Nelson's minimalist core
GNU Lesser General Public License v3.0
6 stars 2 forks source link

[Question] io support in wasm #49

Closed Nelson-numerical-software closed 1 year ago

Nelson-numerical-software commented 1 year ago

in environment wasm, does it interesting/possible to have features as:

(Thanks @JohanMabille)

Nelson-numerical-software commented 1 year ago

builtin using io: pwd, dir cd, isdir isfolder, isfile fileparts, mkdir relativepath, rmdir copyfile, diff_file rmfile, pathsep filesep, fullpath tempdir, userdir, fullfile

I hope that it will be compatible with wasm

JohanMabille commented 1 year ago

Sorry for the late reply, I think you can emulate a filesystem, but it does not correspond to anything on your computer. I don't know the limitations as I have not worked on this, @martinRenou knows more than me.

Nelson-numerical-software commented 1 year ago

We had the answer with version 0.3 :) It works