diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-28 21:08:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-28 21:09:30 -0800 |
commit | 5019e941939734347e535e117960df8452a8b990 (patch) | |
tree | 8db2c66ef426fe8a8819160d1b9613e114ac1d06 /test/unit.wast.fromBinary | |
parent | e723adfc542a0dd0440c2429fcd2e7fcfcddd4e0 (diff) | |
download | binaryen-5019e941939734347e535e117960df8452a8b990.tar.gz binaryen-5019e941939734347e535e117960df8452a8b990.tar.bz2 binaryen-5019e941939734347e535e117960df8452a8b990.zip |
add import module.base to binary format
Diffstat (limited to 'test/unit.wast.fromBinary')
-rw-r--r-- | test/unit.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit.wast.fromBinary b/test/unit.wast.fromBinary index 9c2dfa3f2..472c2800a 100644 --- a/test/unit.wast.fromBinary +++ b/test/unit.wast.fromBinary @@ -10,8 +10,8 @@ (type $5 (func (result i32))) (type $6 (func (param i32) (result i32))) (import $_emscripten_asm_const_vi "env" "_emscripten_asm_const_vi") - (import $f64-to-int "env" "f64-to-int" (param f64) (result i32)) - (import $f64-rem "env" "f64-rem" (param f64 f64) (result f64)) + (import $f64-to-int "asm2wasm" "f64-to-int" (param f64) (result i32)) + (import $f64-rem "asm2wasm" "f64-rem" (param f64 f64) (result f64)) (export "big_negative" $big_negative) (table $z $big_negative $z $z $w $w $importedDoubles $w $z $cneg) (func $big_negative |