Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
var asmjs = (function() {
"use asm";
function f() {
return 1 | 0;
}
return { f: f };
})();