weiss-init.js 481 B

12345678910111213
  1. var Module = {
  2. TOTAL_MEMORY: 536870912,
  3. errorhandler: null, // arguments: err, url, line. This function must return 'true' if the error is handled, otherwise 'false'
  4. compatibilitycheck: null,
  5. backgroundColor: "#222C36",
  6. splashStyle: "Light",
  7. dataUrl: "/weiss/floating_point_weiss.data",
  8. codeUrl: "/weiss/floating_point_weiss.js",
  9. asmUrl: "/weiss/floating_point_weiss.asm.js",
  10. memUrl: "/weiss/floating_point_weiss.mem",
  11. };
  12. // extra comment