wasmi/src
Sergey Pepyakin 9fa933ccd6
Use f32/f64::from_bits. (#72)
And also enable:

- "conversions",
- "float_exprs",
- "float_literals",
- "float_memory",

tests.
2018-03-12 12:37:43 +01:00
..
bin Add `instantiate` bin (#53) 2018-02-14 13:36:27 +03:00
common Just bump framestack limits. (#50) 2018-02-13 09:29:04 +03:00
tests Remove old fixtures. (#54) 2018-02-14 13:33:24 +03:00
validation Fix br_table validation (#67) 2018-02-23 18:00:16 +03:00
func.rs Refine errors (#36) 2018-02-06 14:14:57 +03:00
global.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00
host.rs Refine errors (#36) 2018-02-06 14:14:57 +03:00
imports.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00
lib.rs Implement Error for Trap (#73) 2018-03-12 12:37:12 +01:00
memory.rs remove stray println (#66) 2018-02-21 23:00:31 +03:00
module.rs Update spec testsuite; Fix instantiation bug (#61) 2018-02-19 18:59:18 +03:00
runner.rs Merge signature mismatch traps (#57) 2018-02-14 18:27:22 +03:00
table.rs Add docs (#32) 2018-02-01 19:46:33 +03:00
types.rs Minor fixes in docs (#38) 2018-02-06 23:10:58 +03:00
value.rs Use f32/f64::from_bits. (#72) 2018-03-12 12:37:43 +01:00