/wasm-tests

Primary LanguageRustApache License 2.0Apache-2.0

wasm-tests

Growing collection of varios WASM compilable contract examples, both source and binary for integration testing in Parity.

Build Status

Prerequisites for manual building

Rust

  • Rust with wasm32-unknown-unknown target
  • wasm-build util, run cargo install pwasm-utils-cli to install
  • bash to run ./build-all.sh

C/C++

  • to be updated

License

parity-wasm is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), at your choice.

See LICENSE-APACHE, and LICENSE-MIT for details.