Fix conversions
This commit is contained in:
@@ -25,6 +25,7 @@ either = "1.5"
|
|||||||
wabt = "0.7"
|
wabt = "0.7"
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
quickcheck = "0.7"
|
quickcheck = "0.7"
|
||||||
|
typemap = "0.3"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "experimental" }
|
maintenance = { status = "experimental" }
|
||||||
|
|||||||
816
src/backend.rs
816
src/backend.rs
File diff suppressed because it is too large
Load Diff
@@ -7,6 +7,7 @@
|
|||||||
try_from,
|
try_from,
|
||||||
try_trait,
|
try_trait,
|
||||||
bind_by_move_pattern_guards,
|
bind_by_move_pattern_guards,
|
||||||
|
fnbox,
|
||||||
copysign
|
copysign
|
||||||
)]
|
)]
|
||||||
#![plugin(dynasm)]
|
#![plugin(dynasm)]
|
||||||
|
|||||||
Reference in New Issue
Block a user