12345678910111213 |
- var Module = {
- TOTAL_MEMORY: 536870912,
- errorhandler: null, // arguments: err, url, line. This function must return 'true' if the error is handled, otherwise 'false'
- compatibilitycheck: null,
- backgroundColor: "#222C36",
- splashStyle: "Light",
- dataUrl: "/weiss/floating_point_weiss.data",
- codeUrl: "/weiss/floating_point_weiss.js",
- asmUrl: "/weiss/floating_point_weiss.asm.js",
- memUrl: "/weiss/floating_point_weiss.mem",
- };
- // extra comment
|