mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Switch to Wasmtime for parachain execution (#2265)
* Switch to Wasmtime for parachain execution * Fix the signature for halt's validate_block * wasmtime feature enabled from cli * Adds missing feature Co-authored-by: Sergei Shulepov <sergei@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
committed by
GitHub
parent
089ba85c32
commit
8192248c52
@@ -50,6 +50,6 @@ pub fn oom(_: core::alloc::Layout) -> ! {
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
#[no_mangle]
|
||||
pub extern fn validate_block(params: *const u8, len: usize) -> usize {
|
||||
pub extern fn validate_block(params: *const u8, len: usize) -> u64 {
|
||||
loop {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user