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.
1 parent 159b05b commit 7916d60Copy full SHA for 7916d60
src/runtime.js
@@ -41,7 +41,7 @@ global.Runtime = {
41
// sure there are not external users.
42
// See: https://github.com/emscripten-core/emscripten/issues/15242
43
getNativeFieldSize: function(type) {
44
- return Math.max(getNativeTypeSize(type), Runtime.QUANTUM_SIZE);
+ return Math.max(getNativeTypeSize(type), Runtime.POINTER_SIZE);
45
},
46
47
POINTER_SIZE: POINTER_SIZE,
0 commit comments