-
Notifications
You must be signed in to change notification settings - Fork 212
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
try to get wasm builds running #358
Conversation
Signed-off-by: Hunar Roop Kahlon <[email protected]>
Signed-off-by: Hunar Roop Kahlon <[email protected]>
- cargo build --target wasm32-unknown-unknown --features "v3 wasm-bindgen" | ||
- cargo build --target wasm32-unknown-unknown --features "v4 wasm-bindgen" | ||
- cargo build --target wasm32-unknown-unknown --features "v5 wasm-bindgen" | ||
- cargo web build --features "v3 stdweb" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know what a simple cargo web build
does differently than cargo build --target wasm32-unknown-unknown
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently there are hidden switches that are flipped around with cargo-web
The build failure particularly mentioned using it and it works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
bors: r+ |
358: try to get wasm builds running r=kinggoesgaming a=kinggoesgaming **I'm submitting a(n)** other # Description CI builds are failing because we are attempting to use `cargo build` for wasm builds. `cargo-web utility properly handles issues that are being caused # Motivation Failures while trying to pass #355 # Tests Current builds build in CI # Related Issue(s) N/A Co-authored-by: Hunar Roop Kahlon <[email protected]>
I'm submitting a(n) other
Description
CI builds are failing because we are attempting to use
cargo build
for wasm builds. `cargo-web utility properly handles issues that are being causedMotivation
Failures while trying to pass #355
Tests
Current builds build in CI
Related Issue(s)
N/A