Failed to use in IDBFS when built with WasmFS and FORCE_FILESYSTEM #21891
Unanswered
aharondavid
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I'm not sure wasmfs has an idbfd backend yet. Currently I don't see 4 backends (at least only 4 headers that end if _backend.h):
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Meantime, until |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
emcc 3.1.55
Build with those flags:
WasmFS
,FORCE_FILESYSTEM
is succeed.but when using in
IDBFS
,emscripten throw an error about missing include to-lidbfs
.but build with
-lidbfs
get an error: "using -lidbfs is not currently supported in WasmFS." (emsdk\upstream\emscripten\src\library_idbfs.js line 316)Beta Was this translation helpful? Give feedback.
All reactions