Trendora

micropython-wasm

Assess

Tools

A WebAssembly-based environment for running MicroPython in the browser or other WASM runtimes.

Why it's here

Placed in Assess: 2 article(s) of evidence from 1 source(s), led by open-source activity, with 2 in the last 30 days. Confidence 30%. Low accumulated evidence, so it defaults conservatively pending more signal.

Evidence (2)

  • 2Simon Willison·6/6/2026open_source
    micropython-wasm adds a CLI in 0.1a2

    The micropython-wasm project has released version 0.1a2 with a new command-line interface. The CLI was added to help illustrate the project's try-it-yourself section and makes the WebAssembly-based MicroPython environment easier to demonstrate and use.

  • 5Simon Willison·6/6/2026open_source
    Sandboxing Python with MicroPython and WebAssembly

    Simon Willison has released an alpha package, micropython-wasm, for running sandboxed code in Python applications and is using it in a Datasette Agent plugin. The approach combines MicroPython with WebAssembly to restrict file and network access while allowing controlled host interactions and resource limits. Willison positions it as a promising option for safe plugin execution and other arbitrary-code workflows.