Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinjan-saha/web-applictation-with-c
https://github.com/shinjan-saha/web-applictation-with-c
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shinjan-saha/web-applictation-with-c
- Owner: Shinjan-saha
- Created: 2024-07-16T13:42:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:17:40.000Z (6 months ago)
- Last Synced: 2024-07-17T19:07:26.725Z (6 months ago)
- Language: JavaScript
- Homepage: https://web-applictation-with-c.vercel.app
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh# Write this for emsdk Installtation
1. Sdk installtaion
```git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.shemcc ../todo_queue.c -s WASM=1 -s EXPORTED_FUNCTIONS='["_createQueue", "_enqueue", "_dequeue"]' -o ../public/todo_queue.js
```