Cargo Features
wasmRS has no features set by default.
[dependencies]
wasmrs = { version = "0.17.0", features = ["record-frames", "dump-frames", "print-frames"] }
- record-frames dump-frames? print-frames? = base64, once_cell, serde, serde_json
-
Enables serde of wasmrs-frames
- dump-frames = record-frames
- print-frames = record-frames
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- once_cell record-frames?
-
Enables once_cell
For recording frames
- serde record-frames?
- base64 record-frames?
-
Enables base64 ^0.21
- serde_json record-frames?