Cargo Features

emballoc has no features set by default.

[dependencies]
emballoc = { version = "0.2.0", features = ["portable_atomic"] }
portable_atomic

Before enabling this read the note about portable_atomic at https://github.com/mvdnes/spin-rs#feature-flags

Unless you are running on a system without atomics, you probably don't want to enable this feature.

Enables portable_atomic of spin