Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2018 Changes in this version + const BigNumber_JS — js/wasm + const Web3_JS — js/wasm + type JSRE struct + func New(assetPath string, output io.Writer) *JSRE + func (jsre *JSRE) CompleteKeywords(line string) []string + func (self *JSRE) Bind(name string, v interface{}) error + func (self *JSRE) Compile(filename string, src interface{}) (err error) + func (self *JSRE) Do(fn func(*otto.Otto)) + func (self *JSRE) Evaluate(code string, w io.Writer) error + func (self *JSRE) Exec(file string) error + func (self *JSRE) Get(ns string) (v otto.Value, err error) + func (self *JSRE) Run(code string) (v otto.Value, err error) + func (self *JSRE) Set(ns string, v interface{}) (err error) + func (self *JSRE) Stop(waitForCallbacks bool)