v86/tests/perf/build.sh
2013-11-06 01:12:55 +01:00

9 lines
135 B
Bash
Executable file

nasm test.asm -o test.bin
echo "var file = [" > test-asm.js
cat test.bin|xxd -i >> test-asm.js
echo "]" >> test-asm.js
echo "done."