Update to newer cranelift which also requires an update to wasmparser 0.31.0.

This commit is contained in:
Nick Lewycky
2019-07-01 15:27:17 -07:00
parent 13c5f5e71b
commit fe38cc915b
7 changed files with 13 additions and 12 deletions

View File

@ -93,6 +93,7 @@ pub fn read_module<
enable_reference_types: false,
enable_simd: false,
enable_bulk_memory: false,
enable_multi_value: false,
},
mutable_global_imports: false,
}),