https://github.com/kennethnym/treble
treble is a standalone wasm vm designed for clef, the next generation web engine, powering the most demanding web apps
https://github.com/kennethnym/treble
Last synced: 2 months ago
JSON representation
treble is a standalone wasm vm designed for clef, the next generation web engine, powering the most demanding web apps
- Host: GitHub
- URL: https://github.com/kennethnym/treble
- Owner: kennethnym
- Created: 2024-10-20T18:12:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T03:02:14.000Z (6 months ago)
- Last Synced: 2025-01-20T06:45:32.715Z (4 months ago)
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# treble
**work in progress!**
treble is a [wasm](https://webassembly.org/) virtual machine designed to be used with [clef](https://github.com/kennethnym/clef).
because wasm is language agnostic, it allows future web apps built for clef to be built using any programming language that can compile to wasm, not just javascript. plus, treble will also support multithreading to power the most demanding of web apps.