Skip to content

Commit bb81e55

Browse files
committed
Rename runtime_shared.js -> runtime_common.js. NFC
`shared can be misleading because its used when referring to shared memory, etc.
1 parent d45b395 commit bb81e55

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/preamble.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function _free() {
101101
*/
102102
var isFileURI = (filename) => filename.startsWith('file://');
103103

104-
#include "runtime_shared.js"
104+
#include "runtime_common.js"
105105

106106
#if ASSERTIONS
107107
assert(typeof Int32Array != 'undefined' && typeof Float64Array !== 'undefined' && Int32Array.prototype.subarray != undefined && Int32Array.prototype.set != undefined,

src/preamble_minimal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ var tempI64;
3030
#endif
3131
#endif
3232

33-
#include "runtime_shared.js"
33+
#include "runtime_common.js"
File renamed without changes.

0 commit comments

Comments
 (0)