blob: f878a2d409d9e157c99dbacb50adda5e5f388d50 (
plain)
1
2
|
#!/bin/bash
EMCC_LLVM_TARGET=le32-unknown-nacl ~/projects/emscripten/emcc --minify 0 --bind --pre-js embind.benchmark.js -O2 --shell-file shell.html -o embind_benchmark.html embind_benchmark.cpp
|