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 9a69c34 commit 9c88757Copy full SHA for 9c88757
test/lit/name-overlap.wast
@@ -11,6 +11,15 @@
11
;; import names.
12
13
(module
14
+ ;; CHECK: (type $0 (func (param i64)))
15
+
16
+ ;; CHECK: (type $1 (func (param f32)))
17
18
+ ;; CHECK: (type $2 (func (param i32 i32 i32)))
19
20
+ ;; CHECK: (import "fuzzing-support" "log-i64" (func $fimport$2 (type $0) (param i64)))
21
(import "fuzzing-support" "log-i64" (func $fimport$2 (param i64)))
22
+ ;; CHECK: (import "fuzzing-support" "log-f32" (func $fimport$3 (type $1) (param f32)))
23
(import "fuzzing-support" "log-f32" (func $fimport$3 (param f32)))
24
)
25
+;; CHECK: (import "fuzzing-support" "log-branch" (func $fimport$2_2 (type $2) (param i32 i32 i32)))
0 commit comments