File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,8 +226,9 @@ else which requires you to load the module yourself.
226226## Changelog
227227 * ` 0.6.24 `
228228 * Conditional dependencies of form ` [target.'cfg(...)'.dependencies] ` are now properly supported
229+ * You can now use ` cfg(cargo_web) ` to detect whenever your crate is being compiled under ` cargo-web `
229230 * Artifacts matching ` target/wasm32-unknown-unknown/*/deps/*.wasm ` are now ignored; this should prevent
230- superfluous ` .wasm ` artifacts generated due to dependencies also being ` cdylib ` s from being processed
231+ ` cargo-web ` from processing superfluous ` .wasm ` artifacts generated due to dependencies also being ` cdylib ` s
231232 * ` cargo-web ` is now available as a library through a ` structopt ` -based interface
232233 * ` 0.6.23 `
233234 * New subcommand: ` cargo web check `
You can’t perform that action at this time.
0 commit comments