hello-wasm icon indicating copy to clipboard operation
hello-wasm copied to clipboard

Leaving breadcrumbs for the next me (web exts)

Open SonOfLilit opened this issue 2 years ago • 2 comments

SonOfLilit avatar Aug 31 '22 01:08 SonOfLilit

@SonOfLilit did you want to give some context as to what this addition is and how it will help?

jasonwilliams avatar Aug 31 '22 08:08 jasonwilliams

This is like asking a question on StackOverflow just to answer it immediately, because when you first started fighting with the question there were no relevant solutions online.

When I started integrating WASM into my vscode extension, this was the first place I came to for guidance. This project is great for node-based desktop extensions, but doesn't solve the much harder problem of webworker-based web extensions (that can't require path or fs, can't call fetch(), etc'), so I'm proposing to leave a link to my similar project that solves those issues (there's a readme that explains what mountains needed to be moved) for whomever comes here next, so they at least know in advance the problems exist.

SonOfLilit avatar Aug 31 '22 13:08 SonOfLilit