Cargo Features

wasefire-sync has no features set by default.

[dependencies]
wasefire-sync = { version = "0.1.0", features = ["unsafe-assume-single-core"] }
unsafe-assume-single-core

Enables unsafe-assume-single-core of portable-atomic

portable-atomic:

Assume the target is single core, to enable implementations based on disabling interrupts. IMPORTANT: This feature is unsafe. See the documentation for the safety contract: https://github.com/taiki-e/portable-atomic#optional-features-unsafe-assume-single-core

wasefire-sync has 1 feature without comment.