quickjs-emscripten icon indicating copy to clipboard operation
quickjs-emscripten copied to clipboard

Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions

Results 45 quickjs-emscripten issues
Sort by recently updated
recently updated
newest added
trafficstars

quickjs-ng 7.0.0 has been released, so would be nice to update this project to that version Additionally, it seems that quickjs-ng has much more traction than quickjs, so maybe make...

Hello, thank you for providing this tool. I'm having issues using asyncify and promises. The following code is an example of a usage scenario. ```typescript import variant from "@jitl/quickjs-wasmfile-release-asyncify" import...

I see this functionality mentioned in the readme, and in a couple of issues, notably #152 , but I can't seem to make it work. My situation, simplified, is as...

Thanks for building and maintaining quickjs-emscripten. I'm interested in using it to safely run user-defined logic on my server. I've come across a case where one user can make the...

When creating new functions on the host side, it's not currently possible to create a constructor that can be called with `new` from within the VM. The only thing that...