QuickJS Running in WebAssembly
github.com
QuickJS Running in WebAssembly
1–10 of 28 posts
Re: QuickJS Running in WebAssembly
#2Re: QuickJS Running in WebAssembly
#3Running user provided js in quickjs in webassembly in a worker in an sandboxed iframe on a different domain would offer many layers of security
Re: QuickJS Running in WebAssembly
#4Running user provided js in quickjs in webassembly in a worker in an sandboxed iframe on a different domain would offer many layers of security
Re: QuickJS Running in WebAssembly
#5Running user provided js in quickjs in webassembly in a worker in an sandboxed iframe on a different domain would offer many layers of security
I think that is what Figma does: https://www.figma.com/blog/an-update-on-plugin-security/
Re: QuickJS Running in WebAssembly
#6QuickJS JavaScript Engine - https://news.ycombinator.com/item?id=30598026 - March 2022 (67 comments)
A small but complete JavaScript engine - https://news.ycombinator.com/item?id=24867103 - Oct 2020 (146 comments)
QuickJS JavaScript Engine - https://news.ycombinator.com/item?id=20411154 - July 2019 (261 comments)
QuickJS JavaScript Engine - https://news.ycombinator.com/item?id=20404503 - July 2019 (3 comments)
Re: QuickJS Running in WebAssembly
#7Re: QuickJS Running in WebAssembly
#8Of course there're many hard questions. For example downloading an entire JS+HTML+CSS engine with every website is not a good approach, some caching must be done. There should not be version hell with every website asking for a different version of engine. But those questions could be approached as a more general web library issues.
Re: QuickJS Running in WebAssembly
#9Re: QuickJS Running in WebAssembly
#10Is this also possible with Go as the host instead of TypeScript?