-
Hi, thx for this great project. I've been researching wasm, ml and iot. So I am wondering if it is possible to use wasi-nn on iot devices at the current stage. I saw there were some experiments on Intel processors, but I haven't seen any on IoT devices. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
abrown
Mar 14, 2024
Replies: 1 comment 3 replies
-
wasi-nn is in no way limited to Intel processors. The key point of wasi-nn (and WASI in general) is to allow a WebAssembly program to access system APIs. How these APIs are implemented is up to the WebAssembly runtime and runtimes are available for several HW targets. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It certainly seems feasible to me but you may have to do some research here to understand this in more depth (I don't typically run much on a Raspberry Pi, e.g.). For completeness, you probably want to look into the various implementations of wasi-nn: