Skip to content
Snippets Groups Projects
Commit 81bc154c authored by Adrian Brink's avatar Adrian Brink Committed by asynchronous rob
Browse files

Fix build of adder wasm (#54)

parent 19095168
Branches
No related merge requests found
......@@ -19,7 +19,7 @@
#![no_std]
#![feature(
alloc, core_intrinsics, lang_items, panic_implementation, core_panic_info,
alloc, core_intrinsics, lang_items, panic_handler, core_panic_info,
alloc_error_handler
)]
......@@ -39,7 +39,7 @@ use parachain::ValidationResult;
use parachain::codec::{Encode, Decode};
use adder::{HeadData, BlockData};
#[panic_implementation]
#[panic_handler]
#[no_mangle]
pub fn panic(_info: &panic::PanicInfo) -> ! {
unsafe {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment