Categorygithub.com/hajimehoshi/go2cpp
module
0.1.4
Repository: https://github.com/hajimehoshi/go2cpp.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author