Minimal example making webpack and wasm/Emscripten work together.
Build instructions:
- Clone this gist
npm install
npm start
- Open
http://localhost:8080
- Look at console
Note: Docker is required to build this project.
I filed a bug with webpack to make this integration easier.
More questions? Hit me up on Twitter.
License Apache-2.0
<3 Surma
Thanks for putting this together, it looks close to what I need to get this working. When I ran 'npm start', I got the following error however:
`Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
Any help solving this would be massively appreciated :-)