The following runs indefinitely:
rt, _ := qjs.New(qjs.Option{MaxExecutionTime: 5000})
result, err := rt.Eval("test.js", qjs.Code(`while (true) {}`))
Probably related to https://github.com/fastschema/qjs/blob/master/qjswasm/helpers.c#L62
Why was that commented out?
Thanks for making QJS!
The following runs indefinitely:
Probably related to https://github.com/fastschema/qjs/blob/master/qjswasm/helpers.c#L62
Why was that commented out?
Thanks for making QJS!