We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0928eb commit 0d3efa5Copy full SHA for 0d3efa5
src/lib.rs
@@ -1,4 +1,5 @@
1
#![cfg_attr(not(feature = "std"), no_std)]
2
+#![feature(lang_items)]
3
4
/// ewasm_api is a library used to interface with Ethereum's EEI in Ewasm, a set of enhancements to
5
/// the Ethereum smart contract platform.
0 commit comments