bytecodealliance / wasi-nn

High-level bindings for wasi-nn system calls
Apache License 2.0
41 stars 33 forks source link

webgpu support #93

Closed DavidGOrtega closed 7 months ago

DavidGOrtega commented 7 months ago

Hi, does this support webgpu in the browser?

abrown commented 7 months ago

No; at the moment wasi-nn is primarily focused on outside-the-browser usage of WebAssembly.

DavidGOrtega commented 7 months ago

@abrown thanks for the response!