From f1a5e55b981f141780912dfb40881cb3891d0466 Mon Sep 17 00:00:00 2001 From: Max de Danschutter <43446207+maxded@users.noreply.github.com> Date: Fri, 28 Aug 2020 17:39:48 +0200 Subject: [PATCH] Increase into-func to accept 16 arguments (#2170) --- crates/wasmtime/src/func.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/wasmtime/src/func.rs b/crates/wasmtime/src/func.rs index fbed5174b1..c45518bc0a 100644 --- a/crates/wasmtime/src/func.rs +++ b/crates/wasmtime/src/func.rs @@ -1699,6 +1699,7 @@ impl_into_func! { (A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13) (A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14) (A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14 A15) + (A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14 A15 A16) } #[test]