diff options
Diffstat (limited to 'test/min.fromasm')
-rw-r--r-- | test/min.fromasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/min.fromasm b/test/min.fromasm index 838f78053..839fd167c 100644 --- a/test/min.fromasm +++ b/test/min.fromasm @@ -1,5 +1,6 @@ (module (memory 256 256) + (export "memory" memory) (export "floats" $floats) (func $floats (param $f f32) (result f32) (local $t f32) |