WASM Compatibility Checker for marimo Notebooks Check whether a marimo notebook can run in a WebAssembly (WASM) environment — the marimo playground, community cloud, or exported WASM HTML. Instructions 1. Read the notebook Read the target notebook file. If the user doesn't specify one, ask which notebook to check. 2. Extract dependencies Collect every package the notebook depends on from both sources: - PEP 723 metadata — the block at the top: - Import statements — scan all cells for and . Map import names to their PyPI distribution name using this table: | Import name | Distribution name | |…