wasm-c-api icon indicating copy to clipboard operation
wasm-c-api copied to clipboard

posix shared memory with wamr

Open VaibhavVgithub opened this issue 1 year ago • 0 comments

[01:25:19:899 - 7F01820E5580]: warning: failed to link import function (env, shm_open) [01:25:19:909 - 7F01820E5580]: warning: failed to link import function (env, ftruncate) Exception: failed to call unlinked import function (env, shm_open)


can someone please explain how to resolve this issue. I want shared memory functionalities in my 'main.c'. And also, Can someone suggest any other procedure than native-lib example to use shared memory applications with wamr?

VaibhavVgithub avatar Aug 29 '23 20:08 VaibhavVgithub