Closed loloicci closed 1 year ago
This PR
This PR is for #257
This is used is needed by https://github.com/line/wasmvm/pull/83 and https://github.com/line/lbm-sdk/pull/835. See them to check the used way.
log_query
log_query_dyn
submsg_reply_mul
mul
I think this is caused by the coexistence of wasmer-types 1.0.2 and 2.2.1
Yes, and wasmer-type 1.0.2 is needed by dynamic_link macro. So I want to make an another issue for it.
dynamic_link
Description
This PR
This PR is for #257
This is used is needed by https://github.com/line/wasmvm/pull/83 and https://github.com/line/lbm-sdk/pull/835. See them to check the used way.
Gas Fee Changes
Without this series of issues (an example)
log_query
: 150462log_query_dyn
: 89474submsg_reply_mul
: 228219mul
(uses dynamic link): 161608With this series of issues (an example)
log_query
: 150116log_query_dyn
: 150132submsg_reply_mul
: 288342mul
(uses dynamic link): 282919 (a little cheaper because of unusing reply)Types of changes
Checklist