ordilabs / live

Ordi Labs Live
https://live.ordilabs.org
MIT License
8 stars 3 forks source link

wasm version mismatch #156

Closed FelixWeis closed 1 year ago

FelixWeis commented 1 year ago

Solution from https://github.com/leptos-rs/leptos/issues/1051#issuecomment-1553094228

Thanks for the explanation @gbj.

The latest wasm-bindgen and bleeding edge cargos-leptos worked for me without any Cargo.toml changes.

Commands:

  • cargo install -f wasm-bindgen-cli
  • cargo install --git https://github.com/leptos-rs/cargo-leptos --locked cargo-leptos
sectore commented 1 year ago

Should be fixed with latest PRs to update dependencies