/webpack-wasm-c-livereload

Scaffold for a live-reloading web application that uses WebAssembly with C and Webpack

Primary LanguageJavaScriptMIT LicenseMIT

webpack-wasm-c-livereload

Scaffold for a live-reloading web application that uses WebAssembly with C and Webpack.

When running the project in development mode, saving any file (.js or .c) will automatically recompile and rebundle your code, then reload your browser window.

No need to manually recompile everytime you change your C code!

Deployed result: https://alexcrist.github.io/webpack-wasm-c-livereload/

Install dependencies with

npm install

Run the project with

npm start

Deploy a production version to Github Pages with

npm run deploy