lightningimg
Version:
A blazing fast, transparent, and safe image converter powered by WebAssembly. Convert PNG, JPG, TIFF, and GIF images to optimized WebP format with high performance and cross-platform compatibility.
38 lines (33 loc) • 2.93 kB
Plain Text
> lightningimg-wasm@0.0.1 build /Users/admin/Code/defuss/packages/lightningimg/lightningimg-wasm
> wasm-pack build --target web --out-dir pkg
[1m[2m[INFO][0m: 🎯 Checking for the Wasm target...
[1m[2m[INFO][0m: 🌀 Compiling to Wasm...
[1m[33mwarning[0m[1m:[0m profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /Users/admin/Code/defuss/packages/lightningimg/lightningimg-wasm/Cargo.toml
workspace: /Users/admin/Code/defuss/packages/lightningimg/Cargo.toml
[0m[1m[33mwarning[0m[0m[1m: unexpected `cfg` condition value: `wee_alloc`[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0mlightningimg-wasm/src/lib.rs:7:7[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;12m7[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m#[cfg(feature = "wee_alloc")][0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[33m^^^^^^^^^^^^^^^^^^^^^[0m[0m [0m[0m[1m[33mhelp: remove the condition[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m [0m[0m[1m[38;5;12m= [0m[0m[1mnote[0m[0m: no expected values for `feature`[0m
[0m [0m[0m[1m[38;5;12m= [0m[0m[1mhelp[0m[0m: consider adding `wee_alloc` as a feature in `Cargo.toml`[0m
[0m [0m[0m[1m[38;5;12m= [0m[0m[1mnote[0m[0m: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration[0m
[0m [0m[0m[1m[38;5;12m= [0m[0m[1mnote[0m[0m: `#[warn(unexpected_cfgs)]` on by default[0m
[0m[1m[33mwarning[0m[0m[1m: unused macro definition: `console_log`[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0mlightningimg-wasm/src/lib.rs:19:14[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;12m19[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0mmacro_rules! console_log {[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[33m^^^^^^^^^^^[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m [0m[0m[1m[38;5;12m= [0m[0m[1mnote[0m[0m: `#[warn(unused_macros)]` on by default[0m
[1m[33mwarning[0m[1m:[0m `lightningimg-wasm` (lib) generated 2 warnings
[1m[32m Finished[0m ]8;;https://doc.rust-lang.org/cargo/reference/profiles.html#default-profiles\`release` profile [optimized]]8;;\ target(s) in 0.03s
[1m[2m[INFO][0m: ⬇️ Installing wasm-bindgen...
[1m[2m[INFO][0m: Optimizing wasm binaries with `wasm-opt`...
[1m[2m[INFO][0m: License key is set in Cargo.toml but no LICENSE file(s) were found; Please add the LICENSE file(s) to your project directory
[1m[2m[INFO][0m: ✨ Done in 4.32s
[1m[2m[INFO][0m: 📦 Your wasm pkg is ready to publish at /Users/admin/Code/defuss/packages/lightningimg/lightningimg-wasm/pkg.
[1m[2m[WARN][0m: ⚠️ There's a newer version of wasm-pack available, the new version is: 0.13.1, you are using: 0.12.1. To update, navigate to: https://rustwasm.github.io/wasm-pack/installer/