GitXplorerGitXplorer
C

WasmExample

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Wasm Example

I coded this while following this WebAssembly tutorial online.

To see the result in the browser, clone the repo, cd into WebAssembly and then run python -m SimpleHTTPServer 9000 to start up a server on localhost:9000.

After starting the server, the roll_dice function should be availabel to you in the browser console under the name of _roll_dice.

NOTE:

In order for this to work, you must be using a browser that supports WebAssembly. See CanIUse for more information.