wasmi-labs / wasmi

WebAssembly (Wasm) interpreter.
https://wasmi-labs.github.io/wasmi/
Apache License 2.0
1.52k stars 274 forks source link

Implement support for `wasi-nn` #1090

Open Forpee opened 1 week ago

Forpee commented 1 week ago

Do you guys plan on adding support for wasi-nn?

Robbepop commented 1 week ago

So far there were no plans to add wasi-nn capabilities to Wasmi's experimental WASI implementation. The WASI implementation that exists in Wasmi today was contributed externally and is experimental because it builds on top of Wasmtime's WASI implementation.

The Wasmi project is happily accepting contributions to extend its WASI capabilities. :)