summaryrefslogtreecommitdiff
path: root/test/wasm2js/reinterpret_scratch.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/reinterpret_scratch.wast')
-rw-r--r--test/wasm2js/reinterpret_scratch.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2js/reinterpret_scratch.wast b/test/wasm2js/reinterpret_scratch.wast
index bfaf68380..4741a6940 100644
--- a/test/wasm2js/reinterpret_scratch.wast
+++ b/test/wasm2js/reinterpret_scratch.wast
@@ -1,6 +1,6 @@
(module
(memory $0 1 1)
- (func "foo" (result i32)
+ (func $foo (export "foo") (result i32)
(local $0 f32)
(i64.store align=4
(i32.reinterpret_f32 ;; i32 0