-
Notifications
You must be signed in to change notification settings - Fork 435
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
rust_binary(out_binary=True) is broken for Wasm targets. #386
Comments
My apologies. I am going to assume right now that it doesnt make the most sense for you to link a wasm binary to further |
Not linked, no. But ideally, those Using them in |
The
out_binary = True
feature to build Rust binaries for Wasm targets introduced in #312 is broken since #361.This works fine when using last commit before #361 (i.e.
fda9a1ce6482973adfda022cadbfa6b300e269c3
):but is broken starting from #361 until
master
(i.e.fdf9655ba95616e0314b4e0ebab40bb0c5fe005c
):The text was updated successfully, but these errors were encountered: