-
Notifications
You must be signed in to change notification settings - Fork 474
FR: Add rust_wasm_library
#771
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
Comments
See my previous comments:
We maintain a custom And Emscripten did something similar with But this should really be supported directly in |
@PiotrSikora Could you reiterate why the |
Bazel won't even build library with |
Sounds like you're referring to this?
If so I feel like that's part of the work that would need to be done to create some |
I'd love to see this implemented as well. My use-case: I want to build a Wasm module and pass it as input into a test that instantiates the Wasm module. |
There appears to be a desire for something like this which stems from #312
An insightful bit of context can be found in #240 (comment) but essentially, it seems to be
rust_binary
is being used in some (now) wasm edge cases but instead, we should probably have a more first class rule for supporting these cases?I came across this while trying to understand #604 which at first glance just seems to be a quick solution to unblock a larger set of functionality but could ultimately stand to be re-reviewed.
The text was updated successfully, but these errors were encountered: