Replies: 12 comments 3 replies
-
The wasm plugin is there and its tested in the ci. Which distro or how you build it? |
Beta Was this translation helpful? Give feedback.
-
The distribution is Arch. I installed Radare2 from the official repository ( |
Beta Was this translation helpful? Give feedback.
-
This is not the first issue i receive from bugs in the arch package that are not a problem in r2. Please report it there and install r2 from git or sources |
Beta Was this translation helpful? Give feedback.
-
I compiled and installed Radare2 from AUR and still get the same errors. |
Beta Was this translation helpful? Give feedback.
-
@trufae Could you explain, what the exact problem with the PKGBUILD script? How the script can be improved? I filed a bug report downstream. One of the commenters pointed out that the problem could be related to building with the Meson system. He also said that this change could be the possible cause of the problem. |
Beta Was this translation helpful? Give feedback.
-
The wasm plugin for meson is optional and disabled by default. See libr/meson.build and grep for wasm |
Beta Was this translation helpful? Give feedback.
-
Other issues i find is that is linking against cs4 which is like 5 year old and it misses so many instructions that it makes it useless for any modern x64 or arm64 binary |
Beta Was this translation helpful? Give feedback.
-
The url must be radareorg not radare. i dont get the touch libr/config.mk line either The pkgversion can be just ./configure -qV |
Beta Was this translation helpful? Give feedback.
-
The r2.1 manpage should be installed in the latest release. Not sure about the doc, but this should be fixed in my side instead of manually copying the files |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting and taking care of this :) i really hope arch gets better builds of r2 |
Beta Was this translation helpful? Give feedback.
-
Thank you for your kindly help! |
Beta Was this translation helpful? Give feedback.
-
wasm is now included by default in meson builds :) thanks for reporting! |
Beta Was this translation helpful? Give feedback.
-
Hi.
I'm trying to open a WebAssembly binary file (
r2 sample.wasm
). Every time I open it the program outputs the following.What do the program want to inform me about in this case?
What actions should I perform in response to that information?
Thanks.
radare2 5.8.4 0 @ linux-x86-64 git.5.8.4
commit: unknown build: 2023-04-28__20:51:49
Beta Was this translation helpful? Give feedback.
All reactions