enarx-archive / enarx.github.io

Enarx.dev website and relevant assets
https://enarx.dev
MIT License
43 stars 27 forks source link

updated the path (WebAssembly with Rust doc) #161

Open ydv-sahitya opened 2 years ago

ydv-sahitya commented 2 years ago

🛠️ Fixes Issue

👨‍💻 Changes proposed

✔️ Check List (Check all the applicable boxes)

📄 Note to reviewers

📷 Screenshots

ydv-sahitya commented 2 years ago

please review this.

ydv-sahitya commented 2 years ago

image

rjzak commented 2 years ago

To build a release version, you'd run cargo build --release.

ydv-sahitya commented 2 years ago

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 buildtocargo build --release in docs?

rjzak commented 2 years ago

Is this the page: https://enarx.dev/docs/WebAssembly/Rust ? The screenshot does show using cargo build --release

ydv-sahitya commented 2 years ago

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.

rjzak commented 2 years ago

No worries :) My guess is to leave it as-is, but I'm also not the maintainer.