JS/TS interop, sure--but what are the use cases for running a JS runtime inside WASM?
Iirc, Shopify uses this to execute storefront code on the edge in a sandboxed environment.
People who want to write JavaScript for backend store functionality can, and then Shopify deploys that code into containers with small IO semantics
Iirc, Shopify uses this to execute storefront code on the edge in a sandboxed environment.
People who want to write JavaScript for backend store functionality can, and then Shopify deploys that code into containers with small IO semantics