wabt
Wasm Toolkit
A collection of tools for manipulating and analyzing WebAssembly files
The WebAssembly Binary Toolkit
7k stars
154 watching
699 forks
Language: C++
last commit: 11 days ago
Linked from 2 awesome lists
webassembly
Related projects:
Repository | Description | Stars |
---|---|---|
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
webassembly/binaryen | A compiler and toolchain infrastructure library for compiling code to the WebAssembly format. | 7,523 |
bytecodealliance/wasm-micro-runtime | A lightweight WebAssembly runtime with features like Ahead-of-Time compilation and Just-in-Time compilation for high performance applications across various platforms. | 4,963 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 59 |
wavm/wavm | A WebAssembly virtual machine designed to optimize performance and security in non-browser applications. | 2,657 |
ballercat/walt | A compiler that converts JavaScript-like syntax into WebAssembly binary format | 4,643 |
gate-computer/wag | Compiles WebAssembly binaries into machine code for execution on various CPU architectures. | 192 |
webassembly/spec | Provides a reference implementation and test suite for the WebAssembly language specification | 3,157 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
bytecodealliance/wasmtime-cpp | Provides C++ API bindings to the WebAssembly runtime engine | 87 |
serprex/brainwebfuckassembly | Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 21 |
webassembly/wasi-sdk | Provides a toolchain and sysroot for building WebAssembly code with WASI support | 1,275 |
wasm3/wasm3 | An interpreter and runtime for the WebAssembly language, aiming to provide portability, security, and low development impedance. | 7,334 |
rhysd/wain | An experimental WebAssembly interpreter written in Safe Rust with a focus on performance and memory safety. | 436 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |