DLR-FT / wasm-interpreter
A minimal in-place WebAssembly interpreter, written in Rust, almost without use of external dependencies
☆9Updated last month
Related projects ⓘ
Alternatives and complementary repositories for wasm-interpreter
- An interpreter/compiler for a toy language called While. The implementation is in Python.☆19Updated last year
- ☆27Updated last year
- Rotth is a stack based concatenative language highly inspired by Porth☆15Updated 7 months ago
- Statically typed general purpose programming language☆0Updated 7 months ago
- Lisp compiler using Rust☆18Updated 11 months ago
- A programming language somewhat resembling cellular processes.☆34Updated 2 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆12Updated 3 weeks ago
- A toy programming language.☆37Updated 9 months ago
- One-pass Code Generation in V8 (Archive)☆19Updated 2 years ago
- A simple prolog implementation in Rust☆26Updated 3 years ago
- A WIP little dependently-typed systems language☆37Updated 3 months ago
- ☆10Updated 2 years ago
- Garbage collector library☆24Updated 2 years ago
- dependently-typed lisp with flexible compiler backends☆25Updated 5 years ago
- ☆51Updated 3 weeks ago
- Slides from a talk "Graph-Based Intermediate Representations: An Overview and Perspectives"☆18Updated last year
- An experimental language server for SomewhatML☆24Updated last year
- A newborn programming language for extensible software☆16Updated 2 years ago
- The uncurried minimal functional programming language for CPS transformation☆18Updated 8 months ago
- The Resurgence VM, a register virtual machine designed for simplicity and ease of use, based on the old Rendor VM☆14Updated last year
- A mini language for logic programming☆23Updated 4 years ago
- Sruth Lùbach: A toy optimization engine☆23Updated 3 years ago
- Tracing JIT compiler and runtime for a subset of the JVM☆23Updated 10 months ago
- Implementation of destination-driven code generation with control destinations. See [post.md](post.md)☆23Updated 9 months ago
- Scheme implementation (now maybe working properly)☆19Updated 11 months ago
- Simple scheme bytecode VM☆30Updated 2 years ago
- a self-hosting lambda calculus compiler