Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.56 KB

WebAssembly-Links.md

File metadata and controls

26 lines (18 loc) · 1.56 KB
title
WebAssembly Links

Tutorial

Contract examples

Repositories index

  • wasm-utils - Contract-oriented collection of build tools for Rust.
  • pwasm-std - WASM-oriented general purpose std replacement for minimal binary sizes.
  • pwasm-ethereum - Rust library for interacting with Ethereum-like network (Görli, for other PoA scenarios using OpenEthereum).
  • wasm-tests - Set of cross-implementation tests used for testing OpenEthereum WASM Runtime.
  • wasmi - General-purpose WASM interpreter in pure Rust.
  • parity-wasm - General-purpose library for reading, writing, transforming and building WASM binaries from scratch (has almost zero dependencies).
  • pwasm-test - Add-on to pwasm-ethereum library to allow easy testing of internal contract logic under different scenarios.

Tools

  • WABT - WebAssembly Binary Toolkit