exception thrown: NODEFS is no longer included by default; build with -lnodefs.js
Aberta
Para iniciantes
- Linguagem predominante
- C++
- Estrelas
- 1.4k
- Forks
- 170
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
运行example\ch3\03的nodefs.js时报错:
node nodefs.js
Debugger attached.
exception thrown: NODEFS is no longer included by default; build with -lnodefs.js
如果能帮忙解决,十分感谢!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
The error occurs when running nodefs.js from the example/ch3/03 directory. First, examine the build command or Makefile in that example to see how the WebAssembly module is compiled. The fix is to add '-lnodefs.js' to the emcc linker flags. Check the Emscripten documentation on NODEFS, then rebuild and test by running node nodefs.js again.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- cpp, wasm
- Domínio
- build-system
- Tipo de issue
- Bug
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 70/100