wasm3
wasmtime
wasm3 | wasmtime | |
---|---|---|
43 | 187 | |
7,518 | 16,180 | |
0.8% | 1.7% | |
7.7 | 9.9 | |
7 months ago | about 15 hours ago | |
C | Rust | |
MIT License | Apache License 2.0 |
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.
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.
wasmtime
-
Go + WASM: Run Native Code in Your Browser
And if you're doing backend stuff, some platforms (like Wasmer or Wasmtime) let you run WASM on the server.
-
Looking Ahead to WASIp3
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target install wasm32-wasip1 cargo install --locked --version 1.227.1 wasm-tools cargo install --locked --git https://github.com/dicej/spin --branch wasi-http-p3-demo spin-cli git clone https://github.com/WebAssembly/wasi-http -n && (cd wasi-http && git checkout 505ebdb9) curl -OL https://github.com/bytecodealliance/wasmtime/releases/download/v30.0.2/wasi_snapshot_preview1.reactor.wasm
-
WebAssembly on Kubernetes
Wasmtime, developed by the Bytecode Alliance
- Yoke Is Cool
-
TinyCompiler: A Compiler in a Week-End
9x larger in LoC, 50x larger in comments.
I had a wall of supporting tokei but decided against it, but the short of it is, LLVM is phenomenally massive, and libfirm at 135kloc and 35kloc of comments is but a raindrop that is in the 15Mloc+ that is LLVM.
Perhaps instead of looking towards libfirm, we should look at cranelift. It is of comparable size and actually includes 12kloc of documentation, not just comments.
https://github.com/bytecodealliance/wasmtime/tree/main/crane...
-
Wild โ A Fast Linker for Linux
Very similar, but Wasm has additional safety properties and affordances. I am trying to get away from dynamic libs as an app extension mechanism. It is especially nice when application extension is open to end users, they won't be able to crash your application shell.
https://wasmtime.dev/ https://github.com/bytecodealliance/wasmtime
-
Tilde, My LLVM Alternative
>So one of the main problems you run into is that your elegant solution only works about 60-80% of the time. The rest of the time, you end up falling back onto near-unmaintainable, horribly inelegant kludges that end up having to exist
This is generally true, though for small compiler backends they have the luxury to straight up refuse to support such use cases. Take QBE and Cranelift for example, the former lacks x87 support [1], the latter doesn't support varargs[2]; which means either of them support the full x86-64 ABI for C99.
[1]https://github.com/michaelforney/cproc?tab=readme-ov-file#wh...
[2]https://github.com/bytecodealliance/wasmtime/issues/1030
-
Introducing our Next-Generation JavaScript SDK
Standards help in a completely different way, too: since all of the HTTP support is now built using wasi-http, applications built with the new SDK that donโt make use of the Spin-specific APIs we also support can run in any environment that supports wasi-http, such as Wasmtime and Node.js (via JCO).
-
Building And Running WASM Apps
If youโre on Windows, check out the precompiled packages: https://github.com/bytecodealliance/wasmtime/releases
-
Query Your Python Lists
You should look at embedding Wasmtime into your C.
https://github.com/bytecodealliance/wasmtime/tree/main/examp...
What are some alternatives?
wasmer - ๐ Fast, secure, lightweight containers based on WebAssembly
esp32-snippets - Sample ESP32 snippets and code fragments
SSVM - WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
wasm-micro-runtime - WebAssembly Micro Runtime (WAMR)
wazero - wazero: the zero dependency WebAssembly runtime for Go developers