vmware-labs / wasm-workers-server

🚀 Develop and run serverless applications on WebAssembly

Home Page:https://workers.wasmlabs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasi-nn is not registered on the linker

ereslibre opened this issue · comments

Describe the bug

wasi-nn is not registered on the linker, neither for core modules, or for components. This makes it impossible to use the inference features of wws.

Reproduction steps

  1. Install the latest version of wws
  2. Setup the examples/rust-wasi-nn-preload (read its README.md)
  3. Execute wws pointing to this example
  4. The inference is not working

Expected behavior

The inference works.

Additional context

No response