Skip to content

Commit

Permalink
test/spectest.wat: update to match the spec harness
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 9, 2025
1 parent a5cf6bd commit c674c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spectest.wat
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ https://github.com/WebAssembly/spec/blob/d48af683f5e6d00c13f775ab07d29a15daf9220
(func (export "print_f64") (param f64))
(global (export "global_i32") i32 (i32.const 666))
(global (export "global_i64") i64 (i64.const 666))
(global (export "global_f32") f32 (f32.const 666))
(global (export "global_f64") f64 (f64.const 666))
(global (export "global_f32") f32 (f32.const 666.6))
(global (export "global_f64") f64 (f64.const 666.6))
(table (export "table") 10 20 funcref)
(memory (export "memory") 1 2)
)

0 comments on commit c674c03

Please sign in to comment.