Allocate and run chunks of executable code
npm install asm
* npm install to build* npm test to run example* arch -i386 node for 32-bit node (OS X)* arch -x86_64 node for 64-bit node (OS X)
npm install
npm test
arch -i386 node
arch -x86_64 node