We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after installing binary release from latest https://github.com/near/cargo-near/releases/tag/cargo-near-v0.6.4 tag with
irm https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.ps1 | iex
onto
a cargo near build command fails for a default project, generated by cargo near new:
cargo near build
cargo near new
A standalone cargo build --features near-sdk/__abi-generate command fails with similar error (with and without --release).
cargo build --features near-sdk/__abi-generate
--release
A cargo near build --no-abi succeeds: As well as standalone cargo build --target wasm32-unknown-unknown (with and without --release).
cargo near build --no-abi
cargo build --target wasm32-unknown-unknown
The text was updated successfully, but these errors were encountered:
the following link https://rust-lang.github.io/rfcs/1717-dllimport.html may or may not be a part of research/implementation, needed for near-sdk in order to fix this
near-sdk
Sorry, something went wrong.
Link to near/near-sdk-rs#1221
I would love to work on this issue @dj8yfo may I 🙃
No branches or pull requests
after installing binary release from latest https://github.com/near/cargo-near/releases/tag/cargo-near-v0.6.4 tag
with
irm https://github.com/near/cargo-near/releases/latest/download/cargo-near-installer.ps1 | iex
onto
a
cargo near build
command fails for a default project, generated bycargo near new
:A standalone
cargo build --features near-sdk/__abi-generate
command fails with similar error (with and without--release
).A
cargo near build --no-abi
succeeds:As well as standalone
cargo build --target wasm32-unknown-unknown
(with and without--release
).The text was updated successfully, but these errors were encountered: