Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/remove-dynamic-alloc
/
.
/
tests
/
unicode_library.js
blob: 0766f5ff3226c4035a173f702463d4df5017f090 [
file
] [
log
] [
blame
] [
edit
]
mergeInto
(
LibraryManager
.
library
,
{
printey
:
function
()
{
Module
.
print
(
'Unicode snowman ☃ says hello!'
);
}
});