-
Notifications
You must be signed in to change notification settings - Fork 165
how to use wasmer as a third party library using bazel? #259
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
Even when I forked this repository and deleted
|
solved with bazel-contrib/rules_go#2861 |
Hello @joehattori, Do we need to do something on our side to fix Bazel? |
@Hywan Currently this repository has |
@Hywan I'm looking into it, but maybe it takes some time. I'll submit a PR when I'm done! |
Summary
I failed to integrate wasmer-go to other project using bazel, both from remote and local.
Could anyone solve this?
Additional details
I am trying to use wasmer-go as a third party library but have a problem with bazel build.
The project (let me call it project X) I am trying to integrate wasmer-go to uses bazel. I added following lines to
WORKSPACE
of project Xand I added the following line to
deps
in correspondingBUILD
file where a Go file importing wasmer-go existsbut still get this error
I see
wasmer/
directory doesn't haveBUILD
file as this error says. Could you tell me how to fix this error?P.S.
I cloned wasmer-go to local and I changed the
BUILD
file of wasmer-go toand ran
bazel run gazelle
, and then modified theWORKSPACE
andBUILD
file of the project X to use the local wasmer-go. Now I get this strange error when I compile withbazel build <target>
The text was updated successfully, but these errors were encountered: