microsoft/onnxjs

How to fetch emscripten built onnxruntime.a

dhirajnitk opened this issue · 2 comments

I am building c++ library that uses onnx runtime as library
Do we have any script to build emscripten for onnx runtime. I built this codebase from source. It created wasm/js files but I cant link them to c++ library as It would need onnxruntime.a.

@hariharans29

This project is quite different from onnxruntime.
Answered your question here - microsoft/onnxruntime#6160 (comment)

Any help on building emscripten for onnxruntime will be deeply appreciated.
@hariharans29 could you please point to official link/binary as this project is using their runtime library & wasm.