How to fix an undefined reference to runtime.cgocall when using Go to build a JIT

前端 未结 0 1260
自闭症患者
自闭症患者 2020-12-19 05:19

BACKGROUND

I am trying to build a JIT compiler in Go using an external package nelhage/gojit.

package main

import (
    "github.com/nelhage/goj         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题