[PR #1539] [CLOSED] Add pywasm, a webassembly interpreter #1339

Closed
opened 2025-11-06 13:14:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1539
Author: @mohanson
Created: 5/8/2020
Status: Closed

Base: masterHead: addpywasm


📝 Commits (1)

  • 0c9a30b Add pywasm, a webassembly interpreter

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 README.md (+6 -0)

📄 Description

What is this Python project?

pywasm is a WebAssembly interpreter written in pure Python, It is also one of the first projects to try to implement wasm virtual machine using python.

What's the difference between this Python project and similar ones?

  • In pure Python.
  • Browser-like APIs.
  • Passed all Webassembly testsuits.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1539 **Author:** [@mohanson](https://github.com/mohanson) **Created:** 5/8/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `addpywasm` --- ### 📝 Commits (1) - [`0c9a30b`](https://github.com/vinta/awesome-python/commit/0c9a30b194f6e97f0f428417881976c81dae78f3) Add pywasm, a webassembly interpreter ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) </details> ### 📄 Description ## What is this Python project? pywasm is a WebAssembly interpreter written in pure Python, It is also one of the first projects to try to implement wasm virtual machine using python. ## What's the difference between this Python project and similar ones? - In pure Python. - Browser-like APIs. - Passed all Webassembly testsuits. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:14:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1339