-
Notifications
You must be signed in to change notification settings - Fork 7
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
unknown import, Code: 0x62 #9
Comments
Hi @chris-aeviator The first is that the wasm file wants to call an external function And for the edited one, Please make sure the WasmEdge version is the same. We have several breaking changes during 0.8.x, 0.9.x, and 0.10.x. If the version is not matched, then you will receive that some WasmEdge API is not found or not matched. |
Could we find another way than sharing the complete code, I'd have to do quite some redacting for that?! I'm doing a bunch of calculations on CSV and JSON data, I tried all combinations of passing it as strings as shown in the example to reading from files, bindgen, and actually it seems not to be related to this actual error, since the error happens before any println output in my code. The only external crates I'm using are:
|
Sure thing. We only need the minimum reproducible code snippets. |
I'm using the bindgen example to run my rust code. I have followed all steps to setup my environment.
unfortunately I cannot make sense on any of those errors.
EDIT:
I now followed the instructions in joey to install everthing and now face
The text was updated successfully, but these errors were encountered: