diff options
Diffstat (limited to 'src/runtime.js')
-rw-r--r-- | src/runtime.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime.js b/src/runtime.js index 455d8c0e..d6ce9c3d 100644 --- a/src/runtime.js +++ b/src/runtime.js @@ -107,6 +107,8 @@ Runtime = { getNativeFieldSize: getNativeFieldSize, dedup: dedup, + set: set, + // Calculate aligned size, just like C structs should be. TODO: Consider // requesting that compilation be done with #pragma pack(push) /n #pragma pack(1), // which would remove much of the complexity here. |