Skip to content
/ emscripten_webidl Public template

Exampel of running c++ in java script. It is a reduced and renamed version of [port to emscripten of c++ bullet](https://github.com/kripken/ammo.js/tree/main).

Notifications You must be signed in to change notification settings

werto87/emscripten_webidl

Repository files navigation

emscripten_webidl

Exampel of running c++ in java script. It is a reduced and renamed version of port to emscripten of c++ bullet.

Preconditions

How to run the Project

run:

Open this link in your browser localhost:8000 Look in the console there should be something like:

Pass java script array to c++ do calc and print result in java script some.html:15:21
0 some.html:34:25
0 some.html:35:25
42 some.html:34:25
1337 some.html:35:25
84 some.html:34:25
2674 some.html:35:25
126 some.html:34:25
4011 some.html:35:25
Multiply by 10 in c++ some.html:37:21
0 some.html:40:25
0 some.html:41:25
420 some.html:40:25
13370 some.html:41:25
840 some.html:40:25
26740 some.html:41:25
1260 some.html:40:25
40110 some.html:41:25

About

Exampel of running c++ in java script. It is a reduced and renamed version of [port to emscripten of c++ bullet](https://github.com/kripken/ammo.js/tree/main).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published