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
We are no running cargo bundle-licenses --format yaml --output licenses.yml as part of generating the Wasm code for npx azle generate. We should then have cargo bundle licenses as a dependency.
See here:
# TODO install with cargo install cargo-bundle-licenses# TODO we should add https://github.com/sstadick/cargo-bundle-licenses to the global dependencies
cargo bundle-licenses --format yaml --output licenses.yml
The text was updated successfully, but these errors were encountered:
We are no running
cargo bundle-licenses --format yaml --output licenses.yml
as part of generating the Wasm code fornpx azle generate
. We should then havecargo bundle licenses
as a dependency.See here:
The text was updated successfully, but these errors were encountered: