-
Notifications
You must be signed in to change notification settings - Fork 34
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
Does not build on wasm32 #12
Comments
There's a pull request on the If that's released as |
That PR was rejected, so if it's to be fixed, the fix will have to be here. |
Okay so that didn't work out as smoothly as expected. The core issue here is that |
I think that this can be accommodated without changing the public API of this crate.
I'd be happy to review a PR in this direction. |
I ran into this issue while working through I've got 2 solutions in mind but the first will modify the API.
Edit: opened a PR for option 2: #39 I am very new to Rust but am eager to make this work without introducing breaking changes. Feedback is greatly appreciated :) |
Just changing the hostname is not enough, the next error at wasm environment will be a panic when trying to get the process id and the usage of |
This is a dupe of fastly/cli#532 (comment), but the fix lies in either this package or
gethostname
My Rust app uses v0.3.2 of
tracing-bunyan-formatter
and it fails to build for targetwasm32-unknown-unknown
:The text was updated successfully, but these errors were encountered: