1(module 2 (global (export "g-v128") v128 (v128.const i64x2 0 0)) 3 (global (export "mg-v128") (mut v128) (v128.const i64x2 0 0)) 4) 5(register "Mv128") 6 7(module 8 ;; TODO: Reactivate once the fix for https://bugs.chromium.org/p/v8/issues/detail?id=13732 9 ;; has made it to the downstream node.js that we use on CI. 10 ;; (import "Mv128" "g-v128" (global v128)) 11 (import "Mv128" "mg-v128" (global (mut v128))) 12)