pyground
wasm3
pyground | wasm3 | |
---|---|---|
2 | 43 | |
16 | 7,485 | |
- | 0.9% | |
0.0 | 7.7 | |
over 2 years ago | 6 months ago | |
TypeScript | C | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pyground
-
Python 3.11 in the Web Browser
Yep, itโs all static with no server side and the Python all runs locally. The source is on GitHub: https://github.com/mcintyre94/pyground so you can run it locally or deploy it yourself if youโd like too
wasm3
-
Wasm3 + TinyGo on PSP
Ultimately, the combination of C and Wasm3 worked successfully.
-
Wasm2Mpy: Compiling WASM to MicroPython so it can run in Raspberry
What would be the recommendation to run on ESP32?
https://github.com/wasm3/wasm3? https://github.com/espressif/esp-wasmachine ? https://github.com/bytecodealliance/wasm-micro-runtime/tree/... ? https://github.com/TOPLLab/WARDuino ?
- Building static binaries with Go on Linux
- M3: Massey Meta Machine
-
Show HN: Mutable.ai โ Turn your codebase into a Wiki
As long as this is happening, might as well try some of my favorites: https://github.com/wasm3/wasm3, https://github.com/WebAssembly/wabt, https://github.com/bytecodealliance/wasmtime
- Russians destroyed house of Wasm3 maintainer, the project on minimal maintenance
- Wam3 maintainers house blown up
-
Wasm3 entering a minimal maintenance phase
This means that newly created wasm blobs will stop being able to run in wasm3.
On a side note, I can't help feeling sorry for the people that advocate for C over C++ when I see commits like https://github.com/wasm3/wasm3/commit/121575febe8aa1b544fbcb...
-
DeviceScript: TypeScript for Tiny IoT Devices
It can, wasm3 is a wasm interpretor ported to a lot of bare metal microcontrollers: https://github.com/wasm3/wasm3
-
Towards a modern Web stack (by Ian Hickson, author of the HTML5 spec and current Flutter tech lead)
On other benchmarks I'm seeing numbers closer to 20% slower, e.g. https://github.com/wasm3/wasm3/blob/main/docs/Performance.md and https://github.com/second-state/wasm32-wasi-benchmark. It's numerical code, which is the best case scenario for a native binary. It's much closer on an average web app or server workload, e.g. https://krausest.github.io/js-framework-benchmark/current.html - you can find WASM frameworks that beat most JS frameworks on there, but that is not as impressive considering the state of the JS ecosystem. Overall, it's already under 50%, and there is still plenty of room for improvement.
What are some alternatives?
mma - MMA - Musical MIDI Accompaniment. This is a mirror of the original author's code drops.
wasmer - ๐ Fast, secure, lightweight containers based on WebAssembly
webappsec-subresource-integrity - WebAppSec Subresource Integrity
wasmtime - A lightweight WebAssembly runtime that is fast, secure, and standards-compliant
cpython - The Python programming language
esp32-snippets - Sample ESP32 snippets and code fragments