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

wabin: WebAssembly Binary Format in Go

License

Notifications You must be signed in to change notification settings

tetratelabs/wabin

Repository files navigation

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.