An open API service indexing awesome lists of open source software.

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

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.