Files in WASM using native library #3770
Unanswered
sreeramya209
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Newbie question. I am trying to have a wasm app call the native library to create a file outside wasm runtime environment. Is it possible? I am seeing the error - Error opening file for writing: Bad address
while doing this in lib_native.so:
FILE* fp = fopen(file_name, "a");
Beta Was this translation helpful? Give feedback.
All reactions