Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

hajimehoshi/go2cpp

Repository files navigation

go2cpp

A converter from Go to C++

Example

cd example/helloworld
./run.sh

How does this work?

This tool analyses a Wasm file compiled from Go files, and generates C++ files based on the Wasm file.

TODO

  • Improving compiling speed by reducing C++ files
  • net/http
  • os