Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/canon
/
.
/
scripts
/
test
/
spectest.js
blob: 0756209b680c04ce9be4a0e450d9fc51fb14707e [
file
] [
log
] [
blame
] [
edit
]
export
function
print
(...
args
)
{
console
.
log
(...
args
);
}