Skip to content

chrsan/wagu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wagu

A WIP that converts WebAssembly to pure Go code (more docs to come).

Has been used to successfully convert SQLite, HarfBuzz, ICU and others.

When using emscripten, version >= 1.39.0 with the STANDALONE_WASM setting enabled is preferred.

The conversion is done in two steps.

  1. The WebAssembly is converted to an internal IR thats based on (protobuf).
  2. The IR is converted to Go source code.

Usage:

git clone https:/chrsan/wagu
cd wagu
go run cmd/*.go --help

About

Converts WebAssembly to pure Go code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages