1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Rename the new wasm.irSizeof() to sizeofIR() because that seems clearer.

FossilOrigin-Name: 49a83ca3ba46d3ae8021fbdd72b48ce9181eea6845fa7bb7aa83b16fad1728be
This commit is contained in:
stephan
2022-12-25 22:55:45 +00:00
parent 6431f860ae
commit ec35e92d1d
4 changed files with 13 additions and 13 deletions

View File

@ -253,7 +253,7 @@ self.WhWasmUtilInstaller = function(target){
(target.ptrSizeof in the latter case). For any other value, it
returns the undefined value.
*/
target.irSizeof = (n)=>{
target.sizeofIR = (n)=>{
switch(n){
case 'i8': return 1;
case 'i16': return 2;