Show HN: Wasm decoder with focus on helpful errors/diagnostics
github.com·1d·
Discuss: Hacker News
🌐WebAssembly
Preview
Report Post

wadec

wadec is a decoder for WebAssembly modules, focusing on developer experience, informative errors and other helpful diagnostics.

It can be used as a library or a command-line tool.

Status

This project is currently in early development stage of development. It passes 100% of the official suite for version 2 of the specification. (Support for version 3 is planned.)

The API is still unstable and subject to change.

Rationale

wadec aims to serve as an educational tool for those looking to understand the Wasm binary format, or for developers debugging Wasm modules.

wadec does not aim to be a highly-efficient decoder for performance-critical tasks. For such use-cases, consider using a streami…

Similar Posts

Loading similar posts...