mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
Remove the no_std feature from the WASM builder (#3640)
* Remove the no_std feature from the WASM builder * Address review * More fixing * Address review again * Fix missing Cargo.lock
This commit is contained in:
committed by
Bastian Köcher
parent
49ad0dbdff
commit
9ea3d8fc52
@@ -28,9 +28,6 @@ hex = "0.3"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
core = [
|
||||
"wasmi-validation/core",
|
||||
]
|
||||
std = [
|
||||
"serde",
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user