Fixes Windows installer failure due to malformatted tar. Clean up package.json from previous runs - main--, issue/1110-comment pull/1119 Remove the package.json file from previous runs to avoid crashes. Do not remove the pkg directory - huntc, issue/1099 pull/1110 A recent change ensured ...
🐛 Bug description import web-sys, and do nothing, then wasm-pack build complains: Compilation of your program failed. stderr: Compiling web-sys v0.3.1 # file name, dir name or volume name syntax incorrect error: couldn't read "\\\?\\C:\...
问wasm-pack构建报告错误:无法编译`net2`EN在pom.xml文件中的 <project> 节中添加阿里的环境仓库: <...
*windows*) _ext=".exe" ;; esac which rustup > /dev/null 2>&1 need_ok "failed to find Rust installation, is rustup installed?" local _rustup=`which rustup` local _tardir="wasm-pack-$VERSION-${_arch}" local _url="$UPDATE_ROOT/${_tardir}.tar.gz" local _dir="$(mktemp -d...
📦✨ your favorite rust -> wasm workflow tool! Contribute to rustwasm/wasm-pack development by creating an account on GitHub.
Reverts #786 ok looks like the local failure for me was that wasm-pack updated my chrome driver (v80) before my chrome (v79) updated. @steveklabnik ran on windows and has no errors
DEFAULT_WINDOWS_GECKODRIVER_VERSION ); DEFAULT_WINDOWS_GECKODRIVER_VERSION.to_owned() } else { log::info!("[geckodriver] Looking up latest version of geckodriver..."); match stamps::read_stamps_file_to_json() { Ok(json) => { if should_load_geckodriver_version_from_stamp(&json) { ...
npm install -g wasm-pack now works on Windows machines. Clean up cargo test warnings - ashleygwilliams, issue/752 pull/753 Tests now use std::sync::Once::new() instead of the deprecated std::sync::ONCE_INIT 📖 Documentation Document npm installer - drager, issue/751 pull/767 Update...