I’m trying to figure out how to embed the webassembly build in a react component, and do so without requiring webpack configuration so it’s create-react-app and gatsby compatible and without any hacky solution.
I would eventually like to make a module that makes it easy for others to do this, and release it to the community, if there’s interest.
Are there any caveats I need to consider? Is what I’m trying to do impossible?