w2c2

A WebAssembly bytecode to C89 transpiler

Version

0.1~20221219-1
(2022-12-22)

Size

54.8

KiB

Repository

HaikuPorts
x86_64
w2c2 is a WebAssembly bytecode to ANSI/ISO C 1989 transpiler that is written in ANSI/ISO C 1989 itself.

Among its features are:
* Streamed compilation in a single pass
* parallel compilation on multithreaded operating systems
* Big-endian architecture support
* Code sanitizers
* Implements the WebAssembly Core Specification 1.0
* Implements WASI standard
* Supports multiple modules and instances