Replies: 4 comments 3 replies
-
A way to read/write files local to your project At present, all file I/O is disabled for WASM/WASI, aside from stdout/stderr. This is intentional as it's very hard to make this secure after the fact. That being said, being able to read and write state is very useful. The resulting API should have the ability to:
|
Beta Was this translation helpful? Give feedback.
-
A function to read the binary contents of an asset (suggested by @owenpalmer) If an asset is available to the server, it seems reasonable enough to allow both the client and server to read the contents of that asset within their WASM. This would look something like |
Beta Was this translation helpful? Give feedback.
-
@philpax What are your thoughts on having an option to control components before they change, and maybe preventing the change under certain conditions? For example, in addition to track_change, you could have |
Beta Was this translation helpful? Give feedback.
-
I'm going to close this in favour of separate issues - see #531 and #506. |
Beta Was this translation helpful? Give feedback.
-
Heya! As your resident API designer, I find myself needing to figure out what to prioritise for future development. This is your avenue to lodge requests that I can then start to sketch out and/or make issues for and/or build. Just let me know what you need!
Beta Was this translation helpful? Give feedback.
All reactions