Skip to main content
Back to registry

wasm-compatibility

marimo-team/skills

Check whether a marimo notebook can run in a WebAssembly (WASM) environment — the marimo playground, community cloud, or exported WASM HTML.

Installs210
Install command
npx skills add https://github.com/marimo-team/skills --skill wasm-compatibility
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Check whether a marimo notebook can run in a WebAssembly (WASM) environment — the marimo playground, community cloud, or exported WASM HTML. Read the target notebook file. If the user doesn't specify one, ask which notebook to check. Collect every package the notebook depends on from both sources: PEP 723 metadata — the # /// script block at the top: Import statements — scan all cells for import foo and from foo import bar . Map import names to their PyPI distribution name using this table: For most other packages, the import name matches the distribution name. For each dependency, determine if it can run in WASM: Is it in the Python standard library? Most stdlib modules work, but these do not : Is it a Pyodide built-in package? See pyodide-packages.md for the full list.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wasm-compatibility do?

Check whether a marimo notebook can run in a WebAssembly (WASM) environment — the marimo playground, community cloud, or exported WASM HTML.

Is wasm-compatibility good?

wasm-compatibility does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does wasm-compatibility work with?

wasm-compatibility currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to wasm-compatibility?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install wasm-compatibility?

npx skills add https://github.com/marimo-team/skills --skill wasm-compatibility

Related skills

More from marimo-team/skills

Related skills

Alternatives in Software Engineering