Commit 3218b59
Optimize ABI calls (#354)
* Optimize ABI calls
* fix abi names
* fmt
* align proto version to Massa
* minor fixes
* improve ABI calls
* improve ABIs
* fix compilation
* update default gas costs for abi calls
* Update src/as_execution/abi.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* ignore bench tests in CI
* remove calibrate.wat
* ignore calibrate.wat
* update gas cost test defaults
* fix tests
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent fba1dbe commit 3218b59
File tree
18 files changed
+2488
-2364
lines changed- src
- as_execution
- tests
- wasmv1_execution/abi
- wasm
18 files changed
+2488
-2364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| 54 | + | |
0 commit comments