Replies: 1 comment
-
As far as I know, there are old versions of a custom QuickJS based runtime from Wasmer, but they have introduced WinterJS to address this: github.com/wasmerio/winterjs. In general, this lib is somehow not really comparable, as the main focus is on providing a sandbox for Node.JS/Browser, while Wasmtime, Wasmer & Co are runtimes for WASM. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To execute QuickJS code within a sandbox in Wasmtime or Wasmer, it requires a WASI-compatible WASM file.
Beta Was this translation helpful? Give feedback.
All reactions