alexcrist / webpack-wasm-c-livereload

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

Home Page:https://alexcrist.github.io/webpack-wasm-c-livereload/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

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

License:MIT License


Languages

Language:JavaScript 70.2%Language:Makefile 13.7%Language:HTML 11.9%Language:C 4.1%