Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf authored Nov 7, 2018
1 parent da14ee2 commit b4d202e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ Parity WASM contracts standard library for Rust

[Documentation](https://paritytech.github.io/pwasm-std/pwasm_std/)

[Parity Wasm Tutorial](https://github.com/paritytech/pwasm-tutorial) - a full fledged tutorial on how to write contracts in Webassembly for Kovan and other Wasm-enabled networks.

`pwasm-std` is a limited subset of the Rust standard library, along with a custom allocator which delegates the allocation to the runtime-defined externs.

## Use

Just add a dependency
```toml
[dependencies]
pwasm-std = "0.10"
pwasm-std = "0.11"
```

Test `pwasm-std` with
Expand Down

0 comments on commit b4d202e

Please sign in to comment.