Autokaka's Stars
clash-verge-rev/clash-verge-rev
Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
pypa/pipenv
Python Development Workflow for Humans.
MetaCubeX/ClashMetaForAndroid
A rule-based tunnel for Android.
brendangregg/FlameGraph
Stack trace visualizer
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
rswier/c4
C in four functions
WasmEdge/WasmEdge
WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
cloudflare/workerd
The JavaScript / Wasm runtime that powers Cloudflare Workers
getsurfboard/surfboard
google/bloaty
Bloaty: a size profiler for binaries
arrayfire/arrayfire
ArrayFire: a general purpose GPU library.
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
lotabout/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.
NerdLang/nerd
🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.
facebook/igl
Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan).
saghul/txiki.js
A tiny JavaScript runtime
microsoft/proxy
Proxy: Next Generation Polymorphism in C++
vnmakarov/mir
A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
vislyhq/stretch
High performance flexbox implementation written in rust
Impact-I/reFlutter
Flutter Reverse Engineering Framework
openwebf/webf
Build flutter apps with HTML/CSS and JavaScript.
wasmi-labs/wasmi
WebAssembly (Wasm) interpreter.
mitsuba-renderer/nanogui
Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
AdaptiveCpp/AdaptiveCpp
Implementation of SYCL and C++ standard parallelism for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime!
luajit-remake/luajit-remake
An ongoing attempt to re-engineer LuaJIT from scratch
stotko/stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
dibyendumajumdar/ravi
Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
i42output/neoGFX
Cross-platform GPU-oriented C++ application/game framework
mcuking/blog
:honeybee: 记录技术成长过程中思考与沉淀
mcuking/wasmc
:sparkles: A WebAssembly interpreter written in C for demonstration