Open
Description
we have a few things which define the abi/api for wasm modules.
including:
core/iwasm/libraries/wasi-nn/include/wasi_nn.h
core/iwasm/libraries/lib-socket/inc/wasi_socket_ext.h
it would be more user-friendly to distribute those files as a separate package/repository/tarball/whatever
because a developer of wasm module usually doesn't want to have a copy of the whole wamr source tree
just to use those apis.
todo