I'm currently investigating building an in game panel which interfaces with an in-proc wasm module and as part of this have a reasonable amount of local user data (potentially a few KB) to read on the HTML/JS side.
Is it possible to read files saved in the work folder from JavaScript to save me sending this in tiny chunks over L-Vars?
If it isn't possible right now, could this be supported in the future?