diff options
Diffstat (limited to 'test/unit.fromasm')
-rw-r--r-- | test/unit.fromasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit.fromasm b/test/unit.fromasm index 4133eb491..bc77525c6 100644 --- a/test/unit.fromasm +++ b/test/unit.fromasm @@ -1,5 +1,6 @@ (module (memory 256 256) + (export "memory" memory) (type $FUNCSIG$id (func (param f64) (result i32))) (type $FUNCSIG$ddd (func (param f64 f64) (result f64))) (type $FUNCSIG$vf (func (param f32))) |