liang.he
liang.he
Theoretically speaking, yes, there are several ways to pass buffers between modules now and more ways in the future. The first question about passing buffers is shall we pass buffers...
Nice catching. We are going to create a PR to fix that.
we've fixed the issue in the latest commits, dd62b32b201db8e5939e1084757c712145e93264.
First of first, when calling a *wasm_XXX_new*, it actually returns a host-side *runtime object*. It is isolated and separated from Wasm *runtime object*. They all need to be linked to...
*SIMD compatibility check failed* means the local machine doesn't fully achieve WAMR requirements on SIMD, which is at least *sse4.1*. I am not sure which kind of CPU a 2019...
thanks for asking. we'll make a plan about it. BTW, would you mind sharing your project information with us? because those APIs are rarely used by others and I am...
The [latest commit](https://github.com/bytecodealliance/wasm-micro-runtime/commit/edb184f709b83fdae46835be792ca9a31dc5ae41) includes more missing *wasm-c-api* functions. You might want to take a look. Good day.
We will treat it as a design limitation until implementing the GC feature.
https://github.com/bytecodealliance/wasm-micro-runtime/pull/1363
Cannot repeat it locally. Only some general suggestions: - please checkout to the latest commit *d0a5ce739cfee3d6d5553e9c7d21fe91d9845b6f* and the branch *dev/socket_api*. It is still an experiment feature. - a shorter command...