cefingo-sample

module
v0.0.0-...-0f40726 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: MIT

README

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 .
    

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL