Sergey Pepyakin
|
eda488233f
|
Fix fuzz (#35)
* Add checking for fuzz.
* Use wabt's validation instead of wasm2wat.
Fixes #16
Fixes #34
* Check fuzz with nightly.
* Install nightly toolchain
* Travis Driven Development #1
* Travis Driven Development #2
|
2018-02-05 17:36:53 +03:00 |
Sergey Pepyakin
|
3ad9f07e93
|
Add handy scripts (#30)
* Extract test.sh and doc.sh from .travis.yml
* check.sh
|
2018-01-31 22:13:50 +03:00 |
Sergey Pepyakin
|
551c992730
|
4th iteration on documentation (#22)
* Rename LoadedModule to Module
* Hide TryInto
* Fix rustdoc tests.
* Rename from_parity_wasm_module and doc it.
* Document `Module::from_buffer`
* Tidy Module docs
* Some rustdoc headers.
* Document FuncInstance::{alloc_host, signature}
* Document descriptors.
* Doc NotStartedModuleRef
* Fix cargo-deadlinks
|
2018-01-26 19:24:40 +03:00 |
Sergey Pepyakin
|
eb968766f5
|
Check with deadlinks
|
2018-01-26 16:47:30 +03:00 |
Sergey Pepyakin
|
87ff031a17
|
Remove redundant build.
|
2018-01-22 20:14:39 +03:00 |
Sergey Pepyakin
|
e4d1c1f0c0
|
Cache cargo
|
2018-01-22 20:13:38 +03:00 |
Sergey Pepyakin
|
f1d93302f4
|
Update .travis.yml for cargo doc
|
2018-01-22 18:55:47 +03:00 |
Sergey Pepyakin
|
da2c02e2ab
|
Use parity-wasm .travis.yml
|
2018-01-22 18:05:13 +03:00 |