microsoft / onnxjs

ONNX.js: run ONNX models using JavaScript
Other
1.76k stars 129 forks source link

How to fetch emscripten built onnxruntime.a #247

Closed dhirajnitk closed 3 years ago

dhirajnitk commented 3 years ago

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

hariharans29 commented 3 years ago

This project is quite different from onnxruntime. Answered your question here - https://github.com/microsoft/onnxruntime/issues/6160#issuecomment-747911107

dhirajnitk commented 3 years ago

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.