vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

Python3.12 #125

Closed assambar closed 9 months ago

assambar commented 9 months ago

Couldn't get a fast and easy way to run the built-in tests from the test module, as it seems that it is not included in the wasm version of python (understandably, at second thought, due to needless size increase).

Fixed a small issue with the current minimalistic test in python/test and checked that it works with the latest python build.

For the next steps (updating tutorials and the rust crate I will first need to publish the binary).