{"id":63585,"library":"v8go","title":"V8 Go","description":"Package v8go provides an API to execute JavaScript from Go using the V8 engine.","status":"active","version":"0.9.0","language":"go","source_language":null,"source_url":"https://github.com/rogchap/v8go","tags":["javascript","v8","runtime"],"install":[{"cmd":"go get rogchap.com/v8go","lang":"bash","label":"Install rogchap.com/v8go"}],"dependencies":[],"imports":[{"symbol":"v8go","correct":"rogchap.com/v8go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\tv8 \"rogchap.com/v8go\"\n)\n\nfunc main() {\n\tctx, _ := v8.NewContext()\n\tval, _ := ctx.RunScript(\"1 + 2\", \"calc.js\")\n\tfmt.Println(val.String())\n}","lang":"go","description":"Execute JavaScript and get result"},"warnings":[],"env_vars":null,"search_vec":"'api':7 'engin':16 'execut':9 'go':2,12 'javascript':10,17 'packag':3 'provid':5 'runtim':19 'use':13 'v8':1,15,18 'v8go':4","created_at":"2026-06-17T16:45:29.181911+00:00","updated_at":"2026-06-17T16:45:29.181911+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rogchap/v8go","github":"https://github.com/rogchap/v8go","docs":"https://pkg.go.dev/rogchap.com/v8go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}