Skip to content

Miltiply-pointer is a webpage that does multiplication on clicking a button, utilizing Javascript -> C++ -> Javascript function chain. The project uses Emscripten, to compile a C++ file to Webassembly, i.e., .wasm and .js, and run it from an html file.

Notifications You must be signed in to change notification settings

W0lf-2505/multiply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiply-pointer

Miltiply-pointer is a webpage that does multiplication on clicking a button, utilizing Javascript -> C++ -> Javascript function chain. The project uses Emscripten, to compile a C++ file to Webassembly, i.e., .wasm and .js, and run it from an html file.

Usage

Build a server where the files are located and you are ready to go.

Build

./build.sh //On Linux
build.bat //On Windows

Pre-Requirements

If you want to build the project from build files you would need to install Emscripten from http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html

Installation

The project can be installed into local server directly with the files available in gh-pages branch.

About

Miltiply-pointer is a webpage that does multiplication on clicking a button, utilizing Javascript -> C++ -> Javascript function chain. The project uses Emscripten, to compile a C++ file to Webassembly, i.e., .wasm and .js, and run it from an html file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published