Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prerequisites to run rust version is not listed #32

Closed
non-descriptive opened this issue Aug 29, 2021 · 1 comment
Closed

Prerequisites to run rust version is not listed #32

non-descriptive opened this issue Aug 29, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@non-descriptive
Copy link

non-descriptive commented Aug 29, 2021

It definitely require install wasm32-unknown-unknown toolchain before trying to compile any of rust code. It either require installation of wasm-pack or installing it manually via rustup. Does it installs wasm-pack when we install w4?

@aduros
Copy link
Owner

aduros commented Aug 30, 2021

You're right that the wasm32-unknown-unknown toolchain is required. You can install it with:

rustup target add wasm32-unknown-unknown

WASM-4 doesn't use wasm-pack since all we care about is the .wasm output and not any JS bindings.

@aduros aduros added the documentation Improvements or additions to documentation label Aug 30, 2021
@aduros aduros closed this as completed in 87ede84 Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants