-
I would like to compile to WebAssembly a program written in C++ that uses ORT as a library. I have found a page that says I can build ORT using the I could find very little information on whether that is currently supported. Is it enough to compile it with both the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
There is a link in the page to build webgpu: |
Beta Was this translation helpful? Give feedback.
-
I don't think this is supported now. |
Beta Was this translation helpful? Give feedback.
Ah, I understand. You’re saying that it would be possible for ORT to allow C/C++ programs to be compiled to Wasm (with Emscripten) and use ORT with WebGPU, but that this is currently not supported nor implemented.
In my case, I’m trying to port to WebAssembly an existing program written in C++ that uses ORT. (More specifically, Lc0.) So that feature would be valuable for my specific use case. But I understand that it is not currently possible. Thank you for your answer!