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

Latest commit

 

History

History
20 lines (13 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 305 Bytes

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