You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make this package work universally in the browser and in Node.js. In Node.js we might be able to use something like jsdom or asmdom to get this to work with the iframe...but perhaps that is not the best way to do a secure eval in Node.js itself...also, we could spawn a headless electron instance to do this...think about it
The text was updated successfully, but these errors were encountered:
Thanks for pointing that out. I'm not really asking for features, this is my library :) I'm just putting my thoughts together.
So to the thought, consider a WebAssembly implementation. This could work for the browser and for node, and platform-specific apis could be provided by each host environment. This would be a ways off, as we would need a way to compile JavaScript to WebAssembly. Some prototyping could probably be done with AssemblyScript.
Make this package work universally in the browser and in Node.js. In Node.js we might be able to use something like jsdom or asmdom to get this to work with the iframe...but perhaps that is not the best way to do a secure eval in Node.js itself...also, we could spawn a headless electron instance to do this...think about it
The text was updated successfully, but these errors were encountered: