File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 20
20
//! # Features
21
21
//!
22
22
//! - `stream-serial-rng` (enabled by default): adds the [`VorbisEncoderBuilder::new`] convenience
23
- //! method, which automatically configures such a builder with suitable random
24
- //! Ogg stream serial numbers. This feature pulls dependencies on random number
25
- //! generation crates.
26
- //! - `wasm-js` Enables the 'wasm_js' feature flag on [getrandom](https://crates.io/crates/getrandom).
27
- //! Used to enable [WebAssembly support](https://docs.rs/getrandom/latest/getrandom/#webassembly-support)
28
- //! for JavaScript environments.
23
+ //! method, which automatically configures such a builder with suitable random
24
+ //! Ogg stream serial numbers. This feature pulls dependencies on random number
25
+ //! generation crates.
26
+ //! - `wasm-js`: enhances the ergonomics of using `vorbis_rs` when targeting JavaScript environments
27
+ //! with WebAssembly. Currently, this enables the `wasm_js` feature flag on
28
+ //! [`getrandom`](https://crates.io/crates/getrandom), opting into its [WebAssembly
29
+ //! support](https://docs.rs/getrandom/latest/getrandom/#webassembly-support) for JavaScript
30
+ //! environments, but the concrete effects of this flag may change at any point in the future.
29
31
//!
30
32
//! # Examples
31
33
//!
You can’t perform that action at this time.
0 commit comments