Nathan Mo
unread,Feb 28, 2025, 5:38:12 AM2/28/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Jackie Han, Chromium Extensions, Dhruv TechApps, wOxxOm
Do we have any progress on this?
I believe this is a very legit use case, to be able to use wasm-eval in background script, since the changes been made to csp i have not found a way to achieve this.
Here are some proposal:
1. chrome.offscreen.createDocument('some_sandbox_html') => Promise<MessageChannel|ContentWindowThatICanPostMsg>, the current implementation is Promise<void> which is not very useful.
2. chrome.sandbox.run(xxx) => one-time result
3. chrome.sandbox.start(xxx) => long-running sandbox with a channel to communicate