GoogleChromeLabs / chromeos_smart_card_connector

Smart Card Connector App for Chrome OS
https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco
Apache License 2.0
133 stars 50 forks source link

[example] Put Emscripten module into offscreen doc #1177

Closed emaxx-google closed 2 days ago

emaxx-google commented 3 weeks ago

Similarly to #1141 and #1160, we move the example_cpp_smart_card_client_app's Emscripten module into an Offscreen Document when building in the PACKAGING=extension mode. The goal is to allow the WebAssembly module create background threads despite the manifest v3 restrictions.