Limitation ‣ Number of concurrent function pointers in WebAssembly - chung-leong/zigar GitHub Wiki
When multithreaded
is set, there can only be 16 active instances of
each type of function pointer. This limitation is due to the lack of shared
tables
in WebAssembly 1.0. There's no means to increase the number of function references across all
WebAssembly VMs.