quickjs_es_runtime icon indicating copy to clipboard operation
quickjs_es_runtime copied to clipboard

this is a wrapper library for the javascript runtime quickjs written in rust which works with typescript, modules, promises, async, await and much more

Results 5 quickjs_es_runtime issues
Sort by recently updated
recently updated
newest added

and handle gracefully, so no more .expect("could not do something")

quickjs has os.Worker but stuff like module loading in quickjs_runtime will probably be borked because of the extra thread...

for https://github.com/theduke/quickjs-rs/issues/4 i think i want to impl this a bit broader (basicly in all public methods of JSRealmAdapter) so you can allways recover from endless loops and such... Also...

js_utils api documentation is not as it should be, everty function should have an example