Praveer1981 / WebAssembly

It will have list of all the app which I practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reference:
https://anonyco.github.io/WasmFiddlePlusPlus/
https://developer.mozilla.org/en-US/docs/WebAssembly
https://webassembly.org/getting-started/developers-guide/
https://emscripten.org/docs/

How to install emsdk?
https://emscripten.org/docs/getting_started/downloads.html On windows platform :

  1. get the emsdk repo
    git clone https://github.com/emscripten-core/emsdk.git
  2. Change directory to emsdk
    cd emsdk
  3. Fetch the latest version of the emsdk (not needed the first time you clone)
    git pull
  4. Download and install the latest SDK tools
    emsdk install latest
  5. Make the "latest" SDK "active" for the current user. (writes .emscripten file)
    emsdk activate latest
  6. Activate PATH and other environment variables in the current terminal
    emsdk_env.bat

List of some sample:

  1. just_Normal
  2. using_emmake
  3. Call_JS_Fn_To_Wasm
  4. Custom_web_page
  5. Memory-Object-example
  6. QuickSort
  7. create Side module
  8. Dynamic linking - dlopen
  9. Dynamic linking - dynamicLibraries

About

It will have list of all the app which I practice


Languages

Language:JavaScript 69.3%Language:HTML 26.9%Language:C++ 2.0%Language:WebAssembly 1.2%Language:Batchfile 0.3%Language:C 0.3%Language:Makefile 0.1%