All Projects → Quickjs → Similar Projects or Alternatives

853 Open source projects that are alternatives of or similar to Quickjs

c8c
The chip8 compiler, assembler, and virtual machine
Stars: ✭ 110 (-95%)
Mutual labels:  vm, virtual-machine
Awesome Wasm Runtimes
A list of webassemby runtimes
Stars: ✭ 490 (-77.72%)
Mutual labels:  virtual-machine, vm
Selfie
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
Stars: ✭ 1,318 (-40.06%)
Mutual labels:  compiler, virtual-machine
Tinyrb
A tiny subset of Ruby with a Lua'esc VM
Stars: ✭ 452 (-79.45%)
Mutual labels:  compiler, vm
Typhon
A virtual machine for Monte.
Stars: ✭ 49 (-97.77%)
Mutual labels:  compiler, vm
Footloose
Container Machines - Containers that look like Virtual Machines
Stars: ✭ 1,289 (-41.38%)
Mutual labels:  virtual-machine, vm
Fanx
A portable programming language
Stars: ✭ 101 (-95.41%)
Mutual labels:  compiler, virtual-machine
One
OneLang: The One System Programming Language. (release as soon)
Stars: ✭ 120 (-94.54%)
Mutual labels:  compiler
Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (-7.87%)
Mutual labels:  virtual-machine
Vorteil
turn your applications and containers into micro virtual machines
Stars: ✭ 120 (-94.54%)
Mutual labels:  virtual-machine
Impala
An imperative and functional programming language
Stars: ✭ 118 (-94.63%)
Mutual labels:  compiler
Glslang
Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Stars: ✭ 2,034 (-7.5%)
Mutual labels:  compiler
R9cc
Toy C compiler
Stars: ✭ 139 (-93.68%)
Mutual labels:  compiler
Lunatic
Lunatic is an Erlang-inspired runtime for WebAssembly
Stars: ✭ 2,074 (-5.68%)
Mutual labels:  vm
Serverless Layers
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Stars: ✭ 119 (-94.59%)
Mutual labels:  compiler
Kivm
🌟This is a pure C++ implementation of Java Virtual Machine (only Java 8 is supported). Inspired by Hotspot In Action.
Stars: ✭ 137 (-93.77%)
Mutual labels:  virtual-machine
Distaff
Zero-knowledge virtual machine written in Rust
Stars: ✭ 119 (-94.59%)
Mutual labels:  virtual-machine
Coq Of Ocaml
Import OCaml programs to Coq 🐓 🐫
Stars: ✭ 117 (-94.68%)
Mutual labels:  compiler
Crust
C compiler toolchain in Rust. [WIP, early development stage]
Stars: ✭ 150 (-93.18%)
Mutual labels:  compiler
Finkel
Haskell in S-expression
Stars: ✭ 146 (-93.36%)
Mutual labels:  compiler
English Script
🖊 English as a programming language
Stars: ✭ 136 (-93.82%)
Mutual labels:  compiler
Peachpy
x86-64 assembler embedded in Python
Stars: ✭ 1,592 (-27.6%)
Mutual labels:  compiler
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (-94.68%)
Mutual labels:  compiler
Prance
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
Stars: ✭ 133 (-93.95%)
Mutual labels:  compiler
Thorin
The Higher-Order Intermediate Representation
Stars: ✭ 116 (-94.72%)
Mutual labels:  compiler
Gopherjs
A compiler from Go to JavaScript for running Go code in a browser
Stars: ✭ 10,721 (+387.54%)
Mutual labels:  compiler
Assemblyscript
A TypeScript-like language for WebAssembly.
Stars: ✭ 13,152 (+498.09%)
Mutual labels:  compiler
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Stars: ✭ 12,270 (+457.98%)
Mutual labels:  compiler
Macos Simple Kvm
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
Stars: ✭ 11,732 (+433.52%)
Mutual labels:  virtual-machine
Chirp
A modern low-level programming language
Stars: ✭ 116 (-94.72%)
Mutual labels:  compiler
Tendra
The TenDRA Project
Stars: ✭ 134 (-93.91%)
Mutual labels:  compiler
Rucc
rucc is a tiny toy C compiler in Rust.
Stars: ✭ 115 (-94.77%)
Mutual labels:  compiler
Ldpl
Compiled programming language for Unix systems, inspired by COBOL and designed to be expressive, fast, readable and easy to learn.
Stars: ✭ 115 (-94.77%)
Mutual labels:  compiler
Simplesvm
A minimalistic educational hypervisor for Windows on AMD processors.
Stars: ✭ 152 (-93.09%)
Mutual labels:  virtual-machine
Esp8266 game engine
Used ili9341 or ST7735. Contains a virtual machine running games from RAM.
Stars: ✭ 149 (-93.22%)
Mutual labels:  virtual-machine
Swc
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
Stars: ✭ 18,627 (+747.07%)
Mutual labels:  compiler
Koto
A simple, expressive, embeddable programming language, made with Rust
Stars: ✭ 134 (-93.91%)
Mutual labels:  compiler
Sacara
Sacara VM
Stars: ✭ 114 (-94.82%)
Mutual labels:  vm
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-94.86%)
Mutual labels:  compiler
Lesscpy
Python LESS compiler
Stars: ✭ 133 (-93.95%)
Mutual labels:  compiler
Elixirscript
Converts Elixir to JavaScript
Stars: ✭ 1,504 (-31.61%)
Mutual labels:  compiler
Ccompiler
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
Stars: ✭ 113 (-94.86%)
Mutual labels:  compiler
Ispc
Intel SPMD Program Compiler
Stars: ✭ 1,924 (-12.51%)
Mutual labels:  compiler
Hivemind
a multi-syntax language
Stars: ✭ 133 (-93.95%)
Mutual labels:  compiler
Hikari
LLVM Obfuscator
Stars: ✭ 1,585 (-27.92%)
Mutual labels:  compiler
Hashi Up
bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
Stars: ✭ 113 (-94.86%)
Mutual labels:  vm
Solang
First fully featured programming language for Stack Overflow Driven Development
Stars: ✭ 133 (-93.95%)
Mutual labels:  compiler
Flax
general purpose programming language, in the vein of C++
Stars: ✭ 111 (-94.95%)
Mutual labels:  compiler
Brain
An esoteric programming language compiler on top of LLVM based on Brainfuck
Stars: ✭ 112 (-94.91%)
Mutual labels:  compiler
Nngen
NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network
Stars: ✭ 149 (-93.22%)
Mutual labels:  compiler
Homestead improved
A un upgraded fork of the original Laravel Homestead
Stars: ✭ 144 (-93.45%)
Mutual labels:  virtual-machine
Hera
Hera: Ewasm virtual machine conforming to the EVMC API
Stars: ✭ 132 (-94%)
Mutual labels:  vm
Aura Operating System
AuraOS, the Franco-English Operating System developed in C# using Cosmos!
Stars: ✭ 111 (-94.95%)
Mutual labels:  virtual-machine
Nanocaml
Nanopass for OCaml
Stars: ✭ 112 (-94.91%)
Mutual labels:  compiler
Naskah
Bahasa pemrograman dengan sintaks Bahasa Indonesia (Programming language with Indonesian syntax) 🇮🇩
Stars: ✭ 132 (-94%)
Mutual labels:  compiler
Kou
A minimal language compiled into wasm bytecode
Stars: ✭ 112 (-94.91%)
Mutual labels:  compiler
Glsl
GLSL parser for Rust
Stars: ✭ 145 (-93.41%)
Mutual labels:  compiler
Fathom
🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Stars: ✭ 111 (-94.95%)
Mutual labels:  compiler
Godzilla
Godzilla is a ES2015 to Go source code transpiler and runtime
Stars: ✭ 1,464 (-33.42%)
Mutual labels:  compiler
Sputter
Ethereum Virtual Machine (EVM) implementation
Stars: ✭ 111 (-94.95%)
Mutual labels:  virtual-machine
61-120 of 853 similar projects