This is enough to compile S.R.Tests in Release and Debug. Unfortunately, Release crashes on thread creation (we need a Wasm-specific TP implementation like Mono has), while Debug crashes on functions having too many locals (perhaps we can tune our debug codegen to be less naive).
This is enough to compile S.R.Tests in Release and Debug. Unfortunately, Release crashes on thread creation (we need a Wasm-specific TP implementation like Mono has), while Debug crashes on functions having too many locals (perhaps we can tune our debug codegen to be less naive).
Contributes to #2307.