Issue: Update Bindings for Compatibility with WasmEdge 0.14.1
Description
When attempting to build the project with the latest stable version of WasmEdge (0.14.1) as of this issue's creation, the build fails. This is due to core changes introduced in WasmEdge 0.14.
One notable change is that WasmEdge_ValType is now a struct instead of an enum. Our bindings need to be updated to accommodate these and other related changes.
Reference
Details about upgrading to WasmEdge 0.14 can be found in the official documentation: upgrade to 0.14