implement the code size opcodes (#107)

This commit is contained in:
Cyrill Leutwiler
2024-10-31 11:46:47 +01:00
committed by GitHub
parent 68564f9866
commit 43d2ef3ce9
6 changed files with 484 additions and 418 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ POLKAVM_IMPORT(void, caller, uint32_t)
POLKAVM_IMPORT(void, chain_id, uint32_t)
POLKAVM_IMPORT(uint32_t, code_size, uint32_t)
POLKAVM_IMPORT(uint32_t, code_size, uint32_t, uint32_t)
POLKAVM_IMPORT(void, code_hash, uint32_t, uint32_t)