Skip to content

Commit f1a5e55

Browse files
authored
Increase into-func to accept 16 arguments (#2170)
1 parent 8ac4bd1 commit f1a5e55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/wasmtime/src/func.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,6 +1699,7 @@ impl_into_func! {
16991699
(A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13)
17001700
(A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14)
17011701
(A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14 A15)
1702+
(A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14 A15 A16)
17021703
}
17031704

17041705
#[test]

0 commit comments

Comments
 (0)