yew-trunk-minimal-template icon indicating copy to clipboard operation
yew-trunk-minimal-template copied to clipboard

Mac下编译长时间报wasm-bindgen copying

Open novohool opened this issue 2 years ago • 0 comments

tauri编译问题🧬

  • mac(M1 ARM)下tauri编译问题🧬:
% rustc -vV
rustc 1.65.0-nightly (2befdefdd 2022-08-06)
binary: rustc
commit-hash: 2befdefdda0f2bc5ff93f7f95633c98841409098
commit-date: 2022-08-06
host: aarch64-apple-darwin
release: 1.65.0-nightly
LLVM version: 14.0.6

显示 copying generated wasm-bindgen artifacts 长时间停在copying阶段

hunter@hunterdeMacBook-Pro yew-trunk-minimal-template % trunk build      
2022-08-07T09:08:10.386081Z  INFO 📦 starting build
2022-08-07T09:08:10.387065Z  INFO spawning asset pipelines
2022-08-07T09:08:10.471323Z  INFO building trunk-template
2022-08-07T09:08:10.471436Z  INFO downloading sass version="1.50.0"
    Finished dev [unoptimized + debuginfo] target(s) in 0.06s
2022-08-07T09:08:10.562658Z  INFO fetching cargo artifacts
2022-08-07T09:08:10.636685Z  INFO processing WASM for trunk-template
2022-08-07T09:08:10.644975Z  INFO using system installed binary app=wasm-bindgen version=0.2.82
2022-08-07T09:08:10.645055Z  INFO calling wasm-bindgen for trunk-template
2022-08-07T09:08:10.691656Z  INFO copying generated wasm-bindgen artifacts

novohool avatar Aug 07 '22 10:08 novohool