Skip to content

Any pracitcal example how to use async file system API for reading files? #18161

Answered by kripken
sasmaster asked this question in Q&A
Discussion options

You must be logged in to vote

There is a test in the test suite here, that might be useful:

emscripten_async_wget_data(
"http://localhost:8888/screenshot.png",
(void*)135,
onLoadedData,
onErrorData);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sasmaster
Comment options

Answer selected by sasmaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants