You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README of this project says to install deno_bindgen_cli via cargo install however, the version on crates.io is v0.1.0 and does not work. The crate should either be updated or instruction should be given to install it via deno as on crates.io
I'm also unable to get the command in the crates.io documentation to work
The text was updated successfully, but these errors were encountered:
$ deno_bindgen -o mod.ts
Error: Custom { kind: Other, error: "failed to load library: Could not obtain symbol from the library: dlsym(0x83731040, init_deno_bindgen): symbol not found" }
Then I found your issue. So debugging accordingly, I added this to my Rust project:
The README of this project says to install deno_bindgen_cli via
cargo install
however, the version on crates.io is v0.1.0 and does not work. The crate should either be updated or instruction should be given to install it via deno as on crates.ioI'm also unable to get the command in the crates.io documentation to work
The text was updated successfully, but these errors were encountered: