Closed
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 WASM2C is enabled.
Instead it should use direct wasm table access in all cases (unlike JS which still needs to use dynCalls for i64 signatures if WASM_BIGINT is missing).
Do wew enable WASM_BIGINT when WASM2C is enabled? Perhaps we should.
See #12002
Metadata
Metadata
Assignees
Labels
No labels