Blazor wasm file system #51471
Replies: 3 comments 10 replies
-
Would be amazing to have although, hard to implement. I’m also not sure if there would be any risks. There's an API that already does that but, I still think it would be beneficial to have it built in. |
Beta Was this translation helpful? Give feedback.
-
So, you can use this if you want to have a virtual file system: https://docs.abp.io/en/abp/latest/Virtual-File-System. I am not sure whether we’ll try to implement something like this. You can always wrap up a quick API suggestion issue. |
Beta Was this translation helpful? Give feedback.
-
Interestingly; as a part of WebAssembly System Interface[1] (also known as WASI) we may actually have full file-system support built into WebAssembly that Blazor could utilise[2]. In my opinion, it would be a good idea to reserve the [1]. 'WebAssembly System Interface' https://github.com/WebAssembly/WASI |
Beta Was this translation helpful? Give feedback.
-
Hi,
Will it be possible to have a virtual file system in interpreted mode, perhaps writing to indexedDB or in memory? If so, are there any plans to implement this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions