You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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?
The text was updated successfully, but these errors were encountered:
[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?
The text was updated successfully, but these errors were encountered: