You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signal: bus error when trying to run this simple code on Mac running go version go1.19 darwin/amd64
func main() {
iso := v8.NewIsolate()
ctx1 := v8.NewContext(iso) // new context within the VM
ctx1.RunScript("const multiply = (a, b) => a * b", "math.js")
}
How can I fix this?
The text was updated successfully, but these errors were encountered:
I have the following error
signal: bus error
when trying to run this simple code on Mac runninggo version go1.19 darwin/amd64
How can I fix this?
The text was updated successfully, but these errors were encountered: