Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.61 KB

runtime.md

File metadata and controls

24 lines (20 loc) · 1.61 KB

Bookmarks tagged [runtime]

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.


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...


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,...