All Projects → ewasm → rust-ewasm

ewasm / rust-ewasm

Licence: Apache-2.0 license
[ORPHANE] Examples of compiling Rust code to ewasm contracts

Programming Languages

WebAssembly
147 projects

rust-ewasm

Examples of compiling Rust code to ewasm contracts

These were compiled with rustc 1.25.0-nightly, and a patched wasm-gc.

$ rustup run nightly rustc --version
rustc 1.25.0-nightly (79a521bb9 2018-01-15)

$ rustup target add wasm32-unknown-unknown --toolchain nightly

$ cargo install --git https://github.com/ewasm/wasm-gc --branch keep-main-func

You also need wabt for wasm2wat.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].