File tree Expand file tree Collapse file tree 3 files changed +16
-704
lines changed Expand file tree Collapse file tree 3 files changed +16
-704
lines changed Original file line number Diff line number Diff line change 21
21
" \01\82\00 " ;; minimum 2
22
22
" \82\80\80\80\00 " ;; max 2
23
23
)
24
+ (module binary
25
+ " \00 asm" " \01\00\00\00 "
26
+ " \05\03\01 " ;; Memory section with 1 entry
27
+ " \00\00 " ;; no max, minimum 0
28
+ " \0b\06\01 " ;; Data section with 1 entry
29
+ " \00 " ;; Memory index 0
30
+ " \41\00\0b\00 " ;; (i32.const 0) with contents ""
31
+ )
24
32
(module binary
25
33
" \00 asm" " \01\00\00\00 "
26
34
" \05\03\01 " ;; Memory section with 1 entry
29
37
" \80\00 " ;; Memory index 0, encoded with 2 bytes
30
38
" \41\00\0b\00 " ;; (i32.const 0) with contents ""
31
39
)
40
+ (module binary
41
+ " \00 asm" " \01\00\00\00 "
42
+ " \04\04\01 " ;; Table section with 1 entry
43
+ " \70\00\00 " ;; no max, minimum 0, funcref
44
+ " \09\06\01 " ;; Element section with 1 entry
45
+ " \00 " ;; Table index 0
46
+ " \41\00\0b\00 " ;; (i32.const 0) with no elements
47
+ )
32
48
(module binary
33
49
" \00 asm" " \01\00\00\00 "
34
50
" \04\04\01 " ;; Table section with 1 entry
You can’t perform that action at this time.
0 commit comments