summaryrefslogtreecommitdiff
path: root/test cases/wasm/3 jslib/somefuncs.js
blob: 1c0033678dc5b7a6aec03cc4349d423a0a761664 (plain)
1
2
3
4
5
6
mergeInto(LibraryManager.library, {
    sample_function__sig: 'v',
    sample_function: function() {
        alert("Something happened!");
    },
});