Skip to content

What is WASMFS memory backend? #21553

Closed Answered by tlively
msqr1 asked this question in Q&A
Mar 18, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

The memory backend is very similar to MEMFS, but it store file contents in Wasm memory rather than in JS. That makes it more efficient in multithreaded applications because each thread can access the memory independently of the others.

You can depend on the fact that it is mounted to "/" by default, so no need to create and mount it yourself.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by msqr1
Comment options

You must be logged in to vote
4 replies
@tlively
Comment options

@msqr1
Comment options

@tlively
Comment options

@msqr1
Comment options

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