wasmi/src
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
..
common Initial commit 2018-01-17 19:54:06 +03:00
tests 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
validation Update to most recent parity-wasm (#21) 2018-01-26 18:35:12 +03:00
func.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
global.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
host.rs Fix idents 2018-01-25 19:56:52 +03:00
imports.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
lib.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
memory.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
module.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
runner.rs Couple of fixes 2018-01-23 18:12:52 +03:00
table.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
types.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00
value.rs Couple of fixes 2018-01-23 18:12:52 +03:00