1 रिपॉजिटरी
Tools that compile human-readable WebAssembly text definitions into binary modules.
Distinct from JSON-to-Binary Encoders: Candidates focus on encoding or serialization, not the compilation of a specific language text format to binary.
Explore 1 awesome GitHub repository matching programming languages & runtimes · WebAssembly Assemblers. Refine with filters or upvote what's useful.
The WebAssembly Binary Toolkit is a suite of tools for inspecting, validating, and transforming WebAssembly modules between binary and human-readable representations. It includes a stack-based interpreter for executing modules and a transpiler that converts binary files into C source code and headers. The toolkit provides utilities for assembling human-readable text into binary modules and disassembling binary files back into text. It features a text formatter for normalizing definitions into a canonical flat representation and supports the conversion of binaries into S-expression formats. T
Parses human-readable text definitions and encodes them into the binary WebAssembly format.