diff options
Diffstat (limited to 'test/noffi_f32.fromasm.no-opts')
-rw-r--r-- | test/noffi_f32.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/noffi_f32.fromasm.no-opts b/test/noffi_f32.fromasm.no-opts index 2dce4dbaa..1e600b0f0 100644 --- a/test/noffi_f32.fromasm.no-opts +++ b/test/noffi_f32.fromasm.no-opts @@ -1,10 +1,10 @@ (module (type $FUNCSIG$ff (func (param f32) (result f32))) - (import "env" "_importf" (func $importf (param f32) (result f32))) (import "env" "memory" (memory $0 256 256)) (import "env" "table" (table 0 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) + (import "env" "_importf" (func $importf (param f32) (result f32))) (export "main" (func $main)) (export "exportf" (func $exportf)) (func $exportf (; 1 ;) (param $a f32) (result f32) |