trunk-rs / trunk

Build, bundle & ship your Rust WASM application to the web.

Home Page:https://trunkrs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trunk: command not found2024

nermalcat69 opened this issue · comments

image image

the build commands are

      buildCommands:
        - cargo build --verbose
        - cargo install trunk wasm-bindgen-cli
        - cargo install --locked trunk
        - rustup target add wasm32-unknown-unknown

Could you please explain what error your are facing.

so im trying to deploy yew, and yeah it builds but during the runtime it shows trunk: command not found :/

Sorry, but I have no idea what your environment looks like. Can you create a reproducer?