wasmi/src
Ivan Enderlin da558c7ce7 doc(host) Fix the `Externals` example (#149)
* doc(host) Fix the `Externals` example

The example is missing two things:

  * `index` is computed but not used,
  * `check_signature` is never used.

This patch tries to fix that.

* doc(host) Fix `check_signature` example
2018-11-28 14:03:03 +01:00
..
bin Add `instantiate` bin (#53) 2018-02-14 13:36:27 +03:00
common Add no_std support (#122) 2018-10-29 11:16:55 +01:00
tests Add no_std support (#122) 2018-10-29 11:16:55 +01:00
validation Remove `Box<[Target]>` from `Instruction` (#141) 2018-11-15 12:18:47 +01:00
func.rs Remove redundent check_function_args (#135) 2018-10-29 18:29:46 +01:00
global.rs Add no_std support (#122) 2018-10-29 11:16:55 +01:00
host.rs doc(host) Fix the `Externals` example (#149) 2018-11-28 14:03:03 +01:00
imports.rs Add no_std support (#122) 2018-10-29 11:16:55 +01:00
isa.rs Remove `Box<[Target]>` from `Instruction` (#141) 2018-11-15 12:18:47 +01:00
lib.rs Export LittleEndianConvert (#148) 2018-11-28 14:01:51 +01:00
memory.rs Add no_std support (#122) 2018-10-29 11:16:55 +01:00
module.rs Remove redundent check_function_args (#135) 2018-10-29 18:29:46 +01:00
nan_preserving_float.rs Add no_std support (#122) 2018-10-29 11:16:55 +01:00
runner.rs Remove `Box<[Target]>` from `Instruction` (#141) 2018-11-15 12:18:47 +01:00
table.rs Add no_std support (#122) 2018-10-29 11:16:55 +01:00
types.rs Add no_std support (#122) 2018-10-29 11:16:55 +01:00
value.rs Export LittleEndianConvert (#148) 2018-11-28 14:01:51 +01:00