We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getNativeTypeSize
1 parent b4ffae4 commit f9ba356Copy full SHA for f9ba356
src/lib/libcore.js
@@ -2267,9 +2267,6 @@ addToLibrary({
2267
}
2268
},
2269
2270
- $getNativeTypeSize__deps: ['$POINTER_SIZE'],
2271
- $getNativeTypeSize: {{{ getNativeTypeSize }}},
2272
-
2273
$wasmTable__docs: '/** @type {WebAssembly.Table} */',
2274
#if RELOCATABLE
2275
// In RELOCATABLE mode we create the table in JS.
src/lib/liblegacy.js
@@ -122,6 +122,9 @@ legacyFuncs = {
122
// (This was a mistake in the original implementation, and kept
123
// to avoid breakage.)
124
$jstoi_s: 'Number',
125
+
126
+ $getNativeTypeSize__deps: ['$POINTER_SIZE'],
127
+ $getNativeTypeSize: {{{ getNativeTypeSize }}},
128
};
129
130
if (WARN_DEPRECATED && !INCLUDE_FULL_LIBRARY) {
0 commit comments