Skip to content
Snippets Groups Projects
Commit 85431e9a authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by Gavin Wood
Browse files

Add a comment on the features. (#3714)

parent 26889679
No related merge requests found
......@@ -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 = []
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment