WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

posix shared memory with wamr #185

Open VaibhavVgithub opened 1 year ago

VaibhavVgithub commented 1 year ago

[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?