We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bd570 commit 6e7fc8fCopy full SHA for 6e7fc8f
ml-proto/test/expected-output/fac.wasm.log
@@ -1,4 +1,4 @@
1
-export 0 : Int64 -> Int64
2
-export 1 : Int64 -> Int64
3
-7034535277573963776 : Int64
4
+export 0 : i64 -> i64
+export 1 : i64 -> i64
+7034535277573963776 : i64
ml-proto/test/expected-output/memory.wasm.log
@@ -1,6 +1,8 @@
-export 0 : () -> Int32
-export 1 : () -> Int32
-export 2 : () -> Float64
-1 : Int32
5
6
--3.10552331248e+231 : Float64
+export 0 : () -> i32
+export 1 : () -> i32
+export 2 : () -> i32
+export 3 : () -> f64
+1 : i32
7
8
+-3.10552331246e+231 : f64
0 commit comments