wabt
Wasm Toolkit
A collection of tools for manipulating and analyzing WebAssembly files
The WebAssembly Binary Toolkit
7k stars
153 watching
708 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. | 473 |
webassembly/binaryen | A compiler and toolchain infrastructure library for compiling code to the WebAssembly format. | 7,566 |
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. | 5,029 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 60 |
wavm/wavm | A WebAssembly virtual machine designed to optimize performance and security in non-browser applications. | 2,659 |
ballercat/walt | A compiler that converts JavaScript-like syntax into WebAssembly binary format | 4,648 |
gate-computer/wag | Compiles WebAssembly into machine code for execution | 192 |
webassembly/spec | Provides a reference implementation and test suite for the WebAssembly language specification | 3,172 |
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 | 86 |
serprex/brainwebfuckassembly | Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 22 |
webassembly/wasi-sdk | Provides a toolchain and sysroot for building WebAssembly code with WASI support | 1,290 |
wasm3/wasm3 | An interpreter and runtime for the WebAssembly language, aiming to provide portability, security, and low development impedance. | 7,359 |
rhysd/wain | An experimental WebAssembly interpreter written in Safe Rust with a focus on performance and memory safety. | 437 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 637 |