Constant wasmtime_environ::component::MAX_FLAT_PARAMS
source · pub const MAX_FLAT_PARAMS: usize = 16;
Expand description
Canonical ABI-defined constant for the maximum number of “flat” parameters to a wasm function, or the maximum number of parameters a core wasm function will take for just the parameters used. Over this number the heap is used for transferring parameters.