Loss of support for multi-threaded wasm

I just noticed how the following lines have been added to WasmAllocator.zig a few days ago:

    if (!builtin.single_threaded) {
        @compileError("TODO implement support for multi-threaded wasm");
    }

I seriously hope the functionality will get restored before 0.14 is released.