Wasm import functions #4866
Unanswered
mikevoronov
asked this question in
Q&A
Replies: 4 comments 1 reply
|
Friendly reminder. |
0 replies
|
So, it looks like a simple Q that developers should know the answer in advance. Or did I use an incorrect approach to reach you? If so, what is the best way? |
0 replies
|
Yes its possible. You can define a Lines 27 to 32 in f39f103 |
1 reply
|
I don't know about |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?All reactions