hello-wasm
hello-wasm copied to clipboard
Leaving breadcrumbs for the next me (web exts)
@SonOfLilit did you want to give some context as to what this addition is and how it will help?
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.