diff options
Diffstat (limited to 'test/lit/wasm-emscripten-finalize/em_asm.wat')
-rw-r--r-- | test/lit/wasm-emscripten-finalize/em_asm.wat | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/lit/wasm-emscripten-finalize/em_asm.wat b/test/lit/wasm-emscripten-finalize/em_asm.wat index 43dbfb9ae..195c4b9af 100644 --- a/test/lit/wasm-emscripten-finalize/em_asm.wat +++ b/test/lit/wasm-emscripten-finalize/em_asm.wat @@ -6,18 +6,11 @@ ;; Check that the data segment that contains only EM_ASM strings resized to ;; zero, and that the string are extracted into the metadata. -;; CHECK: (data (i32.const 100) "normal data") -;; CHECK-NEXT: (data (i32.const 512) "") -;; CHECK-NEXT: (data (i32.const 1024) "more data") - ;; CHECK: "asmConsts": { ;; CHECK-NEXT: "512": "{ console.log('JS hello'); }", ;; CHECK-NEXT: "541": "{ console.log('hello again'); }" ;; CHECK-NEXT: }, -;; Check that the exports are removed -;; CHECK-NOT: export - (module (memory 1 1) (global (export "__start_em_asm") i32 (i32.const 512)) |