emscripten-core / emscripten-core/emscripten

em++: error: --preload-file and --embed-file cannot be used with NODERAWFS which disables virtual filesystem

Open
#13,870 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

Hey guys, I have following flags for compiling
```
" --bind\
--enable-debug\
--preload-file shape_predictor_68_face_landmarks.dat\
-s EXPORT_NAME=dsClientModule\
-s MODULARIZE=1\
-s DEMANGLE_SUPPORT=1\
-s ALLOW_MEMORY_GROWTH=1\
-s USE_PTHREADS=1\
-s EXPORT_ES6=1\
-s PTHREAD_POOL_SIZE=10"

```
This build works fine on one machine, but on other it throws

```em++: error: --preload-file and --embed-file cannot be used with NODERAWFS which disables virtual filesystem```
What can it be?
Windows 10, WSL 2, Ubuntu 20.04

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.