| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[wasm] Fix DCHECK in streaming compilation without code section
Streaming compilation of a module without a code section (e.g. only
imports) was hitting a DCHECK in single-threaded or jitless mode
because compilation was never initialized. This happened because
ProcessCodeSectionHeader was bypassed.
Fixed by calling InitializeCompilationProgress explicitly when creating
the NativeModule for such modules in OnFinishedStream.
TAG=agy
R=jkum...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |