Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help /suggestion to deploy chrome extension using WASM in ChromeOS #127

Open
geetamshukla opened this issue May 16, 2024 · 1 comment

Comments

@geetamshukla
Copy link

I have developed a Chrome extension using WASM and I need to help /suggestion to deploy chrome extension using WASM in ChromeOS . I have developed Business logic using .NET Core 8 .

Can you please let me know if there is any documentation available for the deployment of Chrome extension using WASM in ChromeOS.

I see that we can load the unpacked version of extension but not sure how the WASL dll will be executed .

@mingyaulee
Copy link
Owner

I suppose the publishing of extension should be the same for Chrome browser and Chrome OS. The WASM extension can be packed just like a regular JS extension.

This page has a detailed guide on how to publish an extension to the store.

There is also a tip from issue #39

Google on the other hand will reject your extension at first if you declare any chromium apis in the manifest. Their automated testing doesn't work with Blazor / WASM. Their support has managed to get it straightened out each time, but it's still frustrating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants