rust-ewasm icon indicating copy to clipboard operation
rust-ewasm copied to clipboard

[ORPHANE] Examples of compiling Rust code to ewasm contracts

Results 3 rust-ewasm issues
Sort by recently updated
recently updated
newest added

make cargo build --target=wasm32-unknown-unknown --release Updating git repository `https://github.com/ignatenkobrain/num-bigint` Updating git repository `https://github.com/cdetrio/rustc-serialize` Updating git repository `https://github.com/ewasm/bn` Updating git repository `https://github.com/ewasm/ewasm-rust-api` error: failed to load source for a dependency on...

Changed the wrc20 code to pass the test case written by @poemm The compile.sh script also generates such test case. Will take a look at the Solidity implementations of the...