[C API]: Cannot run generated binary without cargo run
/ configurable location for ONNX shared library
#10
Labels
help wanted
Extra attention is needed
Right now, if you try to run the compiled helper binary
wasmtime-onnx
, you get the following error:This is because the binary is compiled with the ONNX shared library linked directly from the
target/
directory.See https://github.com/nbigaouette/onnxruntime-rs/blob/master/ONNX_Compilation_Notes.md
The text was updated successfully, but these errors were encountered: