runtime.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [runtime]

www.codever.land/bookmarks/t/runtime

RunJS - A playground for JavaScript and TypeScriptTwitter iconGitHub iconProduct Hunt icon

https://runjs.app/

RunJS is a modern JavaScript and TypeScript playground, displaying instant results as you type and providing access to Node and browser APIs.


Byte Buddy - runtime code generation for the Java virtual machine

https://bytebuddy.net/#/

Byte Buddy is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application and without the help of a compiler. Other than the code genera...


Tokio home page

https://tokio.rs/

Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing network applications. It gives the flexibility to target a wide range of systems,...