Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 317 Bytes

wabin: WebAssembly Binary Format in Go

wabin includes WebAssembly an WebAssembly data model and binary encoder. Most won't use this library. It mainly supports advanced manipulation of WebAssembly binaries prior to instantiation with wazero. Notably, this has no dependencies, so is cleaner to use in Go projects.