emscripten-core / emscripten-core/emscripten

test_fibers_asyncify fails without the binaryen generated dynCall functions.

Open
#12,066 4 comments 0 reactions 1 assignee Claimed by @kripken View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

As of #12059 we are moving away form the native dynCall functions but because of wasm2c's dependency we currently use the legacy mode when ASYNCIFY is enabled due to this failure.

The only difference I can thing is that perhaps when entering the wasm module via a native dynCall the dynCall function itself has been asyncified but directly calling a function via the table bypasses that?

See #12002

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.