Problem: WebAssembl (WASM) is bytecode that improve performace of web at near native speed. To develop React application with Web Assembly considering Scability, Containerization is solver. So, this repository is to containerize WASM with React application and host it on Nginx
Blog: Soon.....
- Docker
- NPM
- Build image
docker build -t docker-build-wasm .
- Run container
docker run --name docker-build-wasm-container -p 8888:80 docker-build-wasm
-
Go to http://localhost:8888 in browser
-
Open Browser's JS Console.
- Break web assembly into monorepo
- Watcher (hot reload) for development of .cpp files