Open ydv-sahitya opened 2 years ago
please review this.
To build a release version, you'd run cargo build --release
.
To build a release version, you'd run
cargo build --release
.
so when I was following docs, where it mentioned cargo build only
from that I was not getting releasepath
. should I change cargo build
tocargo build --release
in docs
?
Is this the page: https://enarx.dev/docs/WebAssembly/Rust ? The screenshot does show using cargo build --release
Is this the page: https://enarx.dev/docs/WebAssembly/Rust ? The screenshot does show using
cargo build --release
yes, my bad, you are right, I did not read the screenshot. should I add release
in this cargo build --target=wasm32-wasi
. or I should not? or should I leave it the way it is. thank you.
No worries :) My guess is to leave it as-is, but I'm also not the maintainer.
🛠️ Fixes Issue
👨💻 Changes proposed
✔️ Check List (Check all the applicable boxes)
📄 Note to reviewers
📷 Screenshots