Skip to content

Commit

Permalink
push build
Browse files Browse the repository at this point in the history
  • Loading branch information
clothic committed Sep 18, 2024
1 parent 8634a8c commit 5672e05
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
Binary file modified build/debug.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion build/debug.wasm.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions build/debug.wat
Original file line number Diff line number Diff line change
Expand Up @@ -19640,6 +19640,15 @@
local.get $height
global.get $~lib/metashrew-runes/assembly/indexer/constants/index/GENESIS
i64.extend_i32_u
i64.lt_u
if
local.get $nameU128
call $~lib/metashrew-runes/assembly/utils/toArrayBuffer
return
end
local.get $height
global.get $~lib/metashrew-runes/assembly/indexer/constants/index/GENESIS
i64.extend_i32_u
i64.sub
global.get $~lib/metashrew-runes/assembly/indexer/constants/index/HEIGHT_INTERVAL
i64.div_u
Expand Down
Binary file modified build/release.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion build/release.wasm.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions build/release.wat
Original file line number Diff line number Diff line change
Expand Up @@ -12522,6 +12522,14 @@
local.get $5
i64.store offset=8
end
local.get $1
i64.const 840000
i64.lt_u
if
local.get $0
call $~lib/metashrew-runes/assembly/utils/toArrayBuffer
return
end
local.get $0
local.set $2
global.get $~lib/metashrew-runes/assembly/indexer/constants/index/MINIMUM_NAME
Expand Down

0 comments on commit 5672e05

Please sign in to comment.