Skip to content

turutcrane/cefingo-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cefingo-sample

Cefingo samples

Require go version 1.16 or later.

Usage

To go get github.com/turucrane/cefingo see https://github.com/turutcrane/cefingo/blob/master/README.md

Supported Environmant is Windows 64bit only.

Sample 1

Open golang.org.

  1. Change Directory.
    C:> cd simple
  2. Run sample program.
    C:> go run . -url golang.org

Sample 2

Wasm sample with http server

  1. Cange Directory
    C:> cd wasm-http
  2. Build wasm module.
    C:> cd wasm
    C:> build
    C:> cd ..
  3. Run sample program.
    C:> go run .

Sample 3

Wasm sample without http server

  1. Cange Directory
    C:> cd wasm-nohttp
  2. Build wasm module.
    C:> cd wasm
    C:> build
    C:> cd ..
  3. Run sample program.
    C:> go run .

Sample 4

A Sample without http server, wasm and JS. Only Go.

  1. Cange Directory.
    C:> cd onlygo
  2. Run sample program.
    C:> go run .

Sample 5

Implements this Monaco-editor sample.

  1. Cange Directory.

    C:> cd monaco-editor
  2. Download monaco-editor tgz file from direct download link

  3. Expand tgz file.

    C:> tar xf monaco-editor-0.17.0.tgz
  4. Run sample program.

    C:> go run .

About

Code sample of cefingo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages