感觉在 arch 用 trunk 有点糟,看到了 fep-ae97-web-client 项目想尝试一下结果先卡在 trunk 奇怪的报错,说 couldn't find application wasm-bindgen (version: 0.2.104), unable to download in offline mode,用 cargo install wasm-bindgen 会安装最新版本,还得指定版本才能用。
不过安装指定版本的 wasm-bindgen 后又有个警告 `warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0`,这种依赖警告好像编译 fep-ae97-client 也能见到,不知道是最新的 rust 改了什么。
不过安装指定版本的 wasm-bindgen 后又有个警告 `warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0`,这种依赖警告好像编译 fep-ae97-client 也能见到,不知道是最新的 rust 改了什么。