mergeInto(LibraryManager.library, { Hello: function () { Test01(); }, HelloString: function (str) { window.alert(Pointer_stringify(str)); }, HelloFloat: function () { return 1; }, });