We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a079f2e commit a7b5125Copy full SHA for a7b5125
1 file changed
test/unit/input/fuzz.wat
@@ -8,11 +8,11 @@
8
(type $B2 (sub $B(struct)))
9
)
10
11
- ;; Two imports, one which will be reffed.
+ ;; Two imports, one which will be referenced.
12
(import "module" "base" (func $import (param i32 anyref) (result eqref)))
13
(import "module" "base" (func $import-reffed (param i32 anyref) (result eqref)))
14
15
- ;; Two exports, one which will be reffed.
+ ;; Two exports, one which will be referenced.
16
17
(func $export (export "export") (param $0 i32) (param $1 anyref) (result eqref)
18
;; Add the refs.
0 commit comments