Closed graydon closed 11 months ago
This just limits the number of args allowed to wasm functions to something reasonable (32).
It'd be good if we caught limits like this earlier in the SDK in codegen and CLI when building, but a limit of 32 is so high I don't think it's worth the maintenance cost of the logic to add to those things.
This just limits the number of args allowed to wasm functions to something reasonable (32).