Open
Description
I imported tensorflow modules for a detection demo.
In Cargo.toml
[dependencies]
tensorflow = "0.15.0"
tensorflow-sys = "0.18.0"
After cargo build --target=wasm32-wasi
error: linking with `rust-lld` failed: exit code: 1
|
= note: <long rust-lld instructions>
= note: rust-lld: error: unable to find library -ltensorflow_framework
rust-lld: error: unable to find library -ltensorflow