You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroPython can run in the browser using the WebAssembly/WASM port. This would enable to use emlearn-micropython in the browser, be it for small demos, educational usage or providing "virtual" hardware emulator for an embedded device. Or it could actually be used emlearn to build a compact web application which incorporates machine learning (though that is perhaps better done with emlearn C library combined with JavaScript).
Now that we can support building as external C module (ref #18), this is at least theoretically possible.
The text was updated successfully, but these errors were encountered:
MicroPython can run in the browser using the WebAssembly/WASM port. This would enable to use emlearn-micropython in the browser, be it for small demos, educational usage or providing "virtual" hardware emulator for an embedded device. Or it could actually be used emlearn to build a compact web application which incorporates machine learning (though that is perhaps better done with emlearn C library combined with JavaScript).
Now that we can support building as external C module (ref #18), this is at least theoretically possible.
The text was updated successfully, but these errors were encountered: