Cargo Features
wasmbin has no features set by default.
[dependencies]
wasmbin = { version = "0.8.1", features = ["proposals", "exception-handling", "extended-name-section", "multi-memory", "tail-call", "threads", "nightly"] }
- proposals = exception-handling, extended-name-section, multi-memory, tail-call, threads
- exception-handling proposals?
-
Affects
instructions::exceptions
,sections::Exception
,types::ExceptionType
… - extended-name-section proposals?
- multi-memory proposals?
-
Affects
instructions::MemArg.memory
,threads::AlignedMemArg.memory
… - tail-call proposals?
- threads proposals?
-
Affects
instructions::threads
,types::MemType.is_shared
… - nightly