wasmi/src/tests
Sergey Pepyakin 367f17989b Refine errors (#36)
* Get rid of Stack error

* Add UnexpectedSignature error and remove Value err

* Publish FuncInstance::invoke

* Rename Trap to TrapKind

* Replace Trap with struct. Enum is now TrapKind

* Fixes

* Update value.rs

* Avoid reversing parameter types iter.

* Add impl From<TrapKind> for Trap

* Remove redundant clone in prepare_function_args.

* Use .into() to convert TrapKind into Trap
2018-02-06 14:14:57 +03:00
..
host.rs Refine errors (#36) 2018-02-06 14:14:57 +03:00
mod.rs Add docs (#32) 2018-02-01 19:46:33 +03:00
wasm.rs 4th iteration on documentation (#22) 2018-01-26 19:24:40 +03:00