wasmi/src/tests
Leonardo Yvens 75406dd8ff Use transmute instead of casts In RuntimeValue conversion. (#102)
Casts have arithmetic semantics, and under some build configurations
Rust will panic when encountering an arithmetic overflow.
Use a transmute instead since it's what we mean.
The previous code worked, but still I added a test for good measure.
2018-06-21 15:47:49 +03:00
..
host.rs Memory units (#42) 2018-02-09 16:45:21 +03:00
mod.rs Use transmute instead of casts In RuntimeValue conversion. (#102) 2018-06-21 15:47:49 +03:00
wasm.rs Remove old fixtures. (#54) 2018-02-14 13:33:24 +03:00