diff options
Diffstat (limited to 'ext/wasm/common/whwasmutil.js')
-rw-r--r-- | ext/wasm/common/whwasmutil.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wasm/common/whwasmutil.js b/ext/wasm/common/whwasmutil.js index 6b08d4f78..6e8fa00dc 100644 --- a/ext/wasm/common/whwasmutil.js +++ b/ext/wasm/common/whwasmutil.js @@ -1132,8 +1132,8 @@ self.WhWasmUtilInstaller = function(target){ The reason for the 2nd argument is.. - When one of the pointers will refer to a 64-bit value, e.g. a - double or int64, an that value must be written or fetch, + When one of the returned pointers will refer to a 64-bit value, + e.g. a double or int64, an that value must be written or fetched, e.g. using setMemValue() or getMemValue(), it is important that the pointer in question be aligned to an 8-byte boundary or else it will not be fetched or written properly and will corrupt or |