go-quickjs

module
v0.0.0-...-47b1c0b Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2020 License: MIT

README

go bindings for quickjs

Designed with go idioms in mind.

Usage

import "github.com/ssttevee/go-quickjs/js"

...

r, _ := js.NewRuntime().NewRealm(js.AddIntrinsicConsole())
r.Eval(`console.log("hello world")`)

Building libquickjs

Windows (mingw-w64-x86_64)
pacman -Sy mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-make mingw-w64-x86_64-dlfcn mingw-w64-x86_64-binutils
mingw32-make CONFIG_WIN64=y DESTDIR=../build install

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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