This, i think webassembly is the sweet spot. It has portability but doesn't have any opinion about how the code should be structured. No opinion about GC or objects etc. Works really really great with Rust.
Hard-realtime performance is very important for Microcontrollers. Do you think WASM can do hard-realtime?
I agree with you totally, these IOT frameworks mostly have clients that do not really work properly on the "edge". Als IOT frameworks based on "runtimes" always have way too much overhead that does not scale. I have…
This, i think webassembly is the sweet spot. It has portability but doesn't have any opinion about how the code should be structured. No opinion about GC or objects etc. Works really really great with Rust.
Hard-realtime performance is very important for Microcontrollers. Do you think WASM can do hard-realtime?
I agree with you totally, these IOT frameworks mostly have clients that do not really work properly on the "edge". Als IOT frameworks based on "runtimes" always have way too much overhead that does not scale. I have…