pyodide/.devcontainer
Hood Chatham ea444c11bb
Fix support for JSPI when there is no type reflection (#5129)
The new JSPI does not require wasm type reflection, so it's possible that JS runtimes will have JSPI support but no type reflection, for instance if they are enrolled in the JSPI origin trial or have the JSPI flag on but not the type reflection flag.

If type reflection is missing, we fall back to attempting to instantiate a dummy module that imports a function with a given signature. This will raise a LinkerError if the signature is wrong. By trying all four possibilities, we learn the actual signature of the function.
2024-11-11 11:38:38 +01:00
..
conda Downgrade prettier to 3.1.0 (#4454) 2024-01-30 16:19:14 -08:00
devcontainer.json Fix support for JSPI when there is no type reflection (#5129) 2024-11-11 11:38:38 +01:00
onCreate-conda.sh Unvendor pyodide-build (#4882) 2024-07-26 23:51:57 +09:00
onCreate-docker.sh Unvendor pyodide-build (#4882) 2024-07-26 23:51:57 +09:00