-
Notifications
You must be signed in to change notification settings - Fork 178
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
STDWEB_PRIVATE will be null if use stdweb only from other crate (0.4.0) #135
Comments
Hm, it works for me.
|
|
It seem like to because this line in other-lib cargo.toml : |
Hmm... ah, yes, I know what is the problem. For now you can replace your
with
and it will work. Thanks for the report! |
Since this is a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just updated my project to use 0.4.0 and found that if my main crate only use stdweb from other crate, (i.e the main crate itself do not depend on stdweb, but it depend on a crate which is depends on stdweb)
when run it in browser, it will fail :
but It works in 0.3.
The text was updated successfully, but these errors were encountered: