WebAssembly.Function.type not on some platforms #20904
-
I have some JSPI-enabled WASM constructed with For example Mac 12.7 has Mac 14.x doesn't. Can someone explain what I might be missing here, and if there is a way to resolve this (as in, newer emscripten releases might have fixed this)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@rentallect That sounds like missing browser support. It might be helpful to know which browsers and which versions you see the issue in (that would be more specific than operating system information). But @brendandahl who added the usage of |
Beta Was this translation helpful? Give feedback.
I'll upgrade to
3.1.51
, rebuild everything, and then report back with the results.