Add support for SIMD NaN directives (#686)
* Add support for SIMD NaN directives * Use is_*_nan helper methods for scalar NaN directives
This commit is contained in:
committed by
Alex Crichton
parent
e134505b90
commit
ec8144b87d
@@ -14,7 +14,7 @@ edition = "2018"
|
||||
wasmtime-jit = { path = "../jit" }
|
||||
wasmtime-runtime = { path = "../runtime" }
|
||||
wasmtime-environ = { path = "../environ" }
|
||||
wast = "3.0.0"
|
||||
wast = "4.0.0"
|
||||
anyhow = "1.0.19"
|
||||
target-lexicon = "0.9.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user