Skip to content
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

v0.14.0 #47

Open
hiroshi opened this issue Jul 9, 2024 · 4 comments
Open

v0.14.0 #47

hiroshi opened this issue Jul 9, 2024 · 4 comments

Comments

@hiroshi
Copy link

hiroshi commented Jul 9, 2024

https://github.com/WasmEdge/WasmEdge/releases/tag/0.14.0 is released (2024-05-24).

How do I get wasmedge-go v0.14.0?

@hiroshi
Copy link
Author

hiroshi commented Jul 9, 2024

As first try, using latest version of wasmedge-go 0.13.4 with wasmedge 0.14.0.

I got following error

# github.com/second-state/WasmEdge-go/wasmedge                                                                                 
cgo-dwarf-inference:4:17: error: 'WasmEdge_ValType' defined as wrong kind of tag                                               

I found WasmEdge_ValType
in https://github.com/WasmEdge/WasmEdge/releases/tag/0.14.0

New WasmEdge_ValType structure for replacing enum WasmEdge_ValType.
....

To fix this issue, I may need master HEAD of Wasmedge-go instead of 0.13.4, with github.com/second-state/WasmEdge-go@master, but no lack...

I'll post update if I get some progress... thanks.

@hydai
Copy link
Member

hydai commented Jul 9, 2024

Hi @hiroshi
Thanks for this issue. The WasmEdge-go is not yet up-to-date with 0.14.0. If you are interested in using Go SDK, you can try to downgrade to 0.13 or try to upgrade the codebase to 0.14.0. Thanks.

@hiroshi
Copy link
Author

hiroshi commented Jul 9, 2024

I'm trying to use wasmedge-quickjs with wasmedge-go.
When I tried quickjs with wasmedge CLI 0.13, the fetch API is very slow or timed out, but it solved since I updated wasmedge to 0.14 as I recall.

I do same with version 0.13.4 of wasmedge-go and wasmedge, got same result.

I'll try to solve this problem. Thanks.

@q82419
Copy link
Member

q82419 commented Aug 5, 2024

Hi @hiroshi,

Sorry that due to the limited engineering resource, we don't have plan to update WasmEdge-go with 0.14.0 now.
We'll publish the new version after the major higher priority tasks being completed.
And we also welcome the contributors.
Thanks!

@q82419 q82419 changed the title v1.14.0 v0.14.0 Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants