Cefingo samples
Require go version 1.16 or later.
To go get github.com/turucrane/cefingo see https://github.com/turutcrane/cefingo/blob/master/README.md
Supported Environmant is Windows 64bit only.
Open golang.org.
- Change Directory.
C:> cd simple
- Run sample program.
C:> go run . -url golang.org
Wasm sample with http server
- Cange Directory
C:> cd wasm-http
- Build wasm module.
C:> cd wasm C:> build C:> cd ..
- Run sample program.
C:> go run .
Wasm sample without http server
- Cange Directory
C:> cd wasm-nohttp
- Build wasm module.
C:> cd wasm C:> build C:> cd ..
- Run sample program.
C:> go run .
A Sample without http server, wasm and JS. Only Go.
- Cange Directory.
C:> cd onlygo
- Run sample program.
C:> go run .
Implements this Monaco-editor sample.
-
Cange Directory.
C:> cd monaco-editor
-
Download monaco-editor tgz file from direct download link
-
Expand tgz file.
C:> tar xf monaco-editor-0.17.0.tgz
-
Run sample program.
C:> go run .