Skip to content

Commit 0d3efa5

Browse files
jakelangaxic
authored andcommitted
Ensure that non-std fundamentals are available in no-std mode
1 parent e0928eb commit 0d3efa5

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, a set of enhancements to
45
/// the Ethereum smart contract platform.

0 commit comments

Comments
 (0)