Sorry for possibly trivial Q, but I can't find any example or guide.
Is it possible to use WASI from Python code and provide some Wasm custom imports during VM initialization/running? Namely, can I call some GPU stuff from Python with f.e. wasi-nn or my own custom imports?
Sorry for possibly trivial Q, but I can't find any example or guide.
Is it possible to use WASI from Python code and provide some Wasm custom imports during VM initialization/running? Namely, can I call some GPU stuff from Python with f.e.
wasi-nnor my own custom imports?