Skip to content

Commit

Permalink
update builds and update readme for building
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jan 29, 2018
1 parent 9005f89 commit 84fe75d
Show file tree
Hide file tree
Showing 4 changed files with 1,193 additions and 25 deletions.
13 changes: 5 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,15 @@ Release Process
Pushing a new build in `builds/ammo.js` should be done only after the
following steps:

* Build using python make.py which generates builds/temp.js
* Build using python make.py closure which generates the asm.js
build, and python make.py closure wasm which generates the wasm
build.

* Make sure it passes all automatic tests using python test.py
(That uses builds/temp.js by default, you can also pass a flag
saying which build to use.) Note that it uses SpiderMonkey
* Make sure it passes all automatic tests using
python test.py (build-name) Note that it uses SpiderMonkey
by default, and SPIDERMONKEY_ENGINE is defined in ~/.emscripten,
see the script contents for details.

* Make sure that the stress test benchmark did not regress
compared to the old build. That number is printed out at the
end of running the tests.

* Run the WebGL demo in examples/webgl_demo and make sure it looks
ok, using something like firefox examples/webgl_demo/ammo.html
(chrome will need a webserver as it doesn't like file:// urls)
Expand Down
575 changes: 562 additions & 13 deletions builds/ammo.js

Large diffs are not rendered by default.

630 changes: 626 additions & 4 deletions builds/ammo.wasm.js

Large diffs are not rendered by default.

Binary file modified builds/ammo.wasm.wasm
Binary file not shown.

0 comments on commit 84fe75d

Please sign in to comment.