You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will require you to update the executor as it is using polkavm to execute runtimes.(first link)
Update the wasm-builder to use an upstream toolchain (as I did in 6266 for the fixtures). This produces the artifacts used by the executor.
Ideally, wasm-builder could be used to build the test fixtures. However, that is not feasible because it allows only one crate per package. Therefore, a separate build script was implemented in #6266 them.
Ideally, wasm-builder could be used to build the test fixtures. However, that is not feasible because it allows only one crate per package. Therefore, a separate build script was implemented in #6266 them.
Relevant paths:
Toolchains:
riscv32ema-unknown-none-elf
riscv32emac-unknown-none-polkavm
The text was updated successfully, but these errors were encountered: