Skip to content

Commit 1a04d2a

Browse files
jakelangaxic
authored andcommitted
Ensure that non-std fundamentals are available in no-std mode
1 parent 3149a1d commit 1a04d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg_attr(not(feature = "std"), no_std)]
2+
#![feature(lang_items)]
23

34
//! ewasm_api is a library used to interface with Ethereum's EEI in [Ewasm](https://github.com/ewasm/design), a set of enhancements to
45
//! the Ethereum smart contract platform.

0 commit comments

Comments
 (0)