cpython/Tools/wasm/wasi.py
Brett Cannon 6181b69970
GH-143941: Move WASI-related files to Platforms/WASI (GH-143942)
Along the way, leave a deprecated Tools/wasm/wasi/__main__.py behind for backwards-compatibility.

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
2026-01-21 14:31:58 -08:00

6 lines
144 B
Python

if __name__ == "__main__":
import pathlib
import runpy
runpy.run_path(pathlib.Path(__file__).parent / "wasi", run_name="__main__")