You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently require_jspi() adds --experimental-wasm-stack-switching --experimental-wasm-type-reflection. But (I hope that) JSPI is going to stage 4 pretty soon and type reflection seems like it'll stay in stage 3 a while longer. So if JSPI support relies on type reflection, it may delay people being able to use it.
The text was updated successfully, but these errors were encountered:
Yeah I can send a pr. Though I mention this because wasm type reflection makes fixing #23395 more complicated. So I was thinking about first doing a fix that requires type reflection and then removing the dependency on type reflection.
Currently
require_jspi()
adds--experimental-wasm-stack-switching --experimental-wasm-type-reflection
. But (I hope that) JSPI is going to stage 4 pretty soon and type reflection seems like it'll stay in stage 3 a while longer. So if JSPI support relies on type reflection, it may delay people being able to use it.The text was updated successfully, but these errors were encountered: