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
RunJS is a modern JavaScript and TypeScript playground, displaying instant results as you type and providing access to Node and browser APIs.
- tags: javascript, desktop, runtime, repl
Byte Buddy - runtime code generation for the Java virtual machine
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...
- tags: java, virtual-machine, jvm, runtime
- :octocat: source code
Tokio home page
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,...
- tags: rust, asynchronous, runtime
- :octocat: source code