WASI build of 3.13.0

I downloaded python-3.13.0-wasi_sdk-24.zip and unpacked it. It contains a python.wasm file which I tried to run with wasmedge but got a bunch of errors below.

Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00000000 (most recent call first):
  <no Python frame>

I just ran wasmedge run python.wasm.
Is there a link to the instructions where I can run this file. Personally I thought I’d get a repl or something, I didn’t know what to expect actual