pytorch-handwriting-synthesis-
wasm-micro-runtime
pytorch-handwriting-synthesis- | wasm-micro-runtime | |
---|---|---|
1 | 23 | |
- | 5,232 | |
- | 1.9% | |
- | 9.6 | |
- | about 18 hours ago | |
C | ||
- | 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.
pytorch-handwriting-synthesis-
-
Show HN: Handwriter.ttf – Handwriting Synthesis with Harfbuzz WASM
I didn't train the model. A pretrained model is adopted from another repo [0].
[0]: https://github.com/X-rayLaser/pytorch-handwriting-synthesis-...
wasm-micro-runtime
- A 10x Faster TypeScript
-
Hello world from a WASM module in a static binary
Finally, I landed on Bytecode Alliance's WebAssembly Micro Runtime (WAMR) wamrc compiler.
-
I Wrote a WebAssembly VM in C
The person I replied to just said it is 266MB because it includes a compiler, and that obviously isn't true.
https://github.com/bytecodealliance/wasm-micro-runtime
This says 4000 lines
https://github.com/explodingcamera/tinywasm
What are we talking about here? There is obviously no reason a wasm jit has to be 266 MB
-
Lua Is So Underrated
To be able to embed WASM-compiled languages for embedding you first need a small WASM runtime you can depend on (and things like ref types, GC etc which have been standardized only in the last couple of years).
That didn't exist until recently, but now you can use https://github.com/bytecodealliance/wasm-micro-runtime/blob/...
I am not aware of anyone using this yet, but I hope to see that become common in the next few years.
-
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 ?
-
Show HN: Handwriter.ttf – Handwriting Synthesis with Harfbuzz WASM
Interesting artifact of time it would be. Harfbuzz uses https://github.com/bytecodealliance/wasm-micro-runtime to execute wasm, so when compiled it would be wasm runtime running under another wasm runtime.
-
Cosmopolitan v3.5.0
We added Cosmo platform support to WAMR[0], to enable our Hermit[1] compiler and runtime.
[0]: https://github.com/bytecodealliance/wasm-micro-runtime/tree/...
[1]: https://github.com/dylibso/hermit
-
Build your own WebAssembly Compiler
Here is what you are looking for: https://github.com/bytecodealliance/wasm-micro-runtime
-
Val, a high-level systems programming language
No longer does Wasm/WASI need JS host! There are many spec-compliant runtimes built for environments from tiny embedded systems up to beefy arm/x86 racks:
- https://github.com/bytecodealliance/wasm-micro-runtime
- https://github.com/bytecodealliance/wasmtime
- https://github.com/wasmerio/wasmer
- https://github.com/tetratelabs/wazero
- https://github.com/extism/extism (disclaimer, my company's project - makes wasm easily embeddable into 16+ programming languages!)
-
Blog Post: Reasonable Bootstrap
The WASM core 1.1 infrastructure is already available in a very strict defined more or less guarantied compatible form on nearly any final target. Even on very small devices for embedded computing (WAMR takes less then 85kB and supports even trusted computing etc.) and in contexts, where usually no other low level development tools are available (for example within the context of Webbrowsers, sandboxed execution etc.)
What are some alternatives?
handwriter.ttf - Handwriting synthesis with Harfbuzz WASM.
raylib - A simple and easy-to-use library to enjoy videogames programming
pytorch-handwriting-synthesis-toolkit - Handwriting generation and handwriting synthesis as described in Alex Graves's paper https://arxiv.org/abs/1308.0850. Pytorch implementation.
zephyr - Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
reMarkable-tools - Tools for the reMarkable paper tablet
wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime