-
Notifications
You must be signed in to change notification settings - Fork 747
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sc-executor-polkavm: Migrate into PolkaVM 0.18.0 (#6533)
Bump `polkavm` to 0.18.0, and update `sc-polkavm-executor` to be compatible with the API changes. In addition, bump also `polkavm-derive` and `polkavm-linker` in order to make sure that the all parts of the Polkadot SDK use the exact same ABI for `.polkavm` binaries. Purely relying on RV32E/RV64E ABI is not possible, as PolkaVM uses a RISCV-V alike ISA, which is derived from RV32E/RV64E but it is still its own microarchitecture, i.e. not fully binary compatible. --------- Signed-off-by: Jarkko Sakkinen <[email protected]> Co-authored-by: Koute <[email protected]> Co-authored-by: Alexander Theißen <[email protected]>
- Loading branch information
1 parent
ec69b61
commit bd2c35f
Showing
7 changed files
with
252 additions
and
103 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
title: "Migrate executor into PolkaVM 0.18.0" | ||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Bump `polkavm` to 0.18.0, and update `sc-polkavm-executor` to be | ||
compatible with the API changes. In addition, bump also `polkavm-derive` | ||
and `polkavm-linker` in order to make sure that the all parts of the | ||
Polkadot SDK use the exact same ABI for `.polkavm` binaries. | ||
|
||
Purely relying on RV32E/RV64E ABI is not possible, as PolkaVM uses a | ||
RISCV-V alike ISA, which is derived from RV32E/RV64E but it is still its | ||
own microarchitecture, i.e. not fully binary compatible. | ||
|
||
crates: | ||
- name: sc-executor-common | ||
bump: major | ||
- name: sc-executor-polkavm | ||
bump: minor | ||
- name: substrate-wasm-builder | ||
bump: minor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.