quickjs icon indicating copy to clipboard operation
quickjs copied to clipboard

Go bindings to QuickJS: a fast, small, and embeddable ES2020 JavaScript interpreter.

Results 2 quickjs issues
Sort by recently updated
recently updated
newest added

1. platform: mac 2. code ```go func TestName(t *testing.T) { const code = ` var name = "test_hello"; function main() { } main(); ` runtime := quickjs.NewRuntime() context := runtime.NewContext()...

Hey, your project seems really cool! I saw your the last activity was about ~8 months ago, is it still in development?