wasmi/src
adam-rhebo d2ea44e37c Avoid temporary allocations during function context initialization (#217)
* Avoid temporary allocation when push locals during function invocation.

* Extend value stack for all locals at once.
2019-10-22 17:23:25 +02:00
..
bin rustfmt (#151) 2018-12-11 12:54:06 +01:00
memory Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
prepare Update parity-wasm (#198) 2019-07-17 14:24:36 +03:00
tests Use a Cow for the resumable parameters (#210) 2019-09-09 12:34:49 +02:00
func.rs Use a Cow for the resumable parameters (#210) 2019-09-09 12:34:49 +02:00
global.rs rustfmt (#151) 2018-12-11 12:54:06 +01:00
host.rs Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
imports.rs Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
isa.rs Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
lib.rs Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
module.rs Update parity-wasm (#198) 2019-07-17 14:24:36 +03:00
nan_preserving_float.rs Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
runner.rs Avoid temporary allocations during function context initialization (#217) 2019-10-22 17:23:25 +02:00
table.rs Apply cargo-fix on wasmi (#191) 2019-07-10 17:45:06 +03:00
types.rs rustfmt (#151) 2018-12-11 12:54:06 +01:00
value.rs Add ARMv7 as CI test target (#186) 2019-06-18 15:06:16 +02:00