mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-23 12:41:34 +00:00
Merge pull request #211 from paritytech/bump-add-desc
Bump version and add readme
This commit is contained in:
commit
25d35c2820
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "parity-wasm"
|
name = "parity-wasm"
|
||||||
version = "0.28.0"
|
version = "0.29.0"
|
||||||
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Shulepov <s.pepyakin@gmail.com>"]
|
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Shulepov <s.pepyakin@gmail.com>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
10
README.md
10
README.md
@ -38,6 +38,16 @@ Decoder can be fuzzed with `cargo-fuzz` using `wasm-opt` (https://github.com/Web
|
|||||||
- set rustup to use a nightly toolchain, because `cargo fuzz` uses a rust compiler plugin: `rustup override set nightly`
|
- set rustup to use a nightly toolchain, because `cargo fuzz` uses a rust compiler plugin: `rustup override set nightly`
|
||||||
- run `cargo fuzz run deserialize`
|
- run `cargo fuzz run deserialize`
|
||||||
|
|
||||||
|
## `no_std` crates
|
||||||
|
|
||||||
|
This crate has a feature, `std`, that is enabled by default. To use this crate
|
||||||
|
in a `no_std` context, add the following to your `Cargo.toml`:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[dependencies]
|
||||||
|
parity-wasm = { version = "0.29", default-features = false }
|
||||||
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
`parity-wasm` is primarily distributed under the terms of both the MIT
|
`parity-wasm` is primarily distributed under the terms of both the MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user