Add a comment on the features. (#3714)

This commit is contained in:
Sergei Pepyakin
2019-09-28 13:14:28 +02:00
committed by Gavin Wood
parent 26889679f3
commit 85431e9adf
+5
View File
@@ -37,5 +37,10 @@ std = [
]
nightly = []
strict = []
# These two features are used for `no_std` builds for the environments which already provides
# `#[panic_handler]` and `#[alloc_error_handler]`.
#
# For the regular wasm runtime builds those are not used.
no_panic_handler = []
no_oom = []