Skip to content

Instantly share code, notes, and snippets.

@justmoon
Created September 10, 2012 07:51
Show Gist options
  • Select an option

  • Save justmoon/3689523 to your computer and use it in GitHub Desktop.

Select an option

Save justmoon/3689523 to your computer and use it in GitHub Desktop.
node-webkit Crash/Error with node-bignum
<script type="text/javascript">
var bignum = require("bignum");
console.log("It gets this far.");
bignum(2).pow(256);
console.log("But never this far.");
</script>
{
"name": "nw-bignum",
"main": "index.html",
"window": {
"width": 400,
"height": 400,
"toolbar": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment