Skip to content

Commit

Permalink
Ensure that non-std fundamentals are available in no-std mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang authored and axic committed Feb 14, 2019
1 parent 211a123 commit 9ade767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![feature(lang_items)]

/// ewasm_api is a library used to interface with Ethereum's EEI in Ewasm, a set of enhancements to
/// the Ethereum smart contract platform.
Expand Down

0 comments on commit 9ade767

Please sign in to comment.